#fff82e

Color #FFF82E Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FFF82E

Tints of Gorse #FFF82E

Color information

#FFF82E (or 0xFFF82E) is unknown color: approx Gorse. HEX triplet: FF, F8 and 2E. RGB value is (255,248,46). Sum of RGB (Red+Green+Blue) = 255+248+46=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 46 (18.36% from 255 or 8.38% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF82E is #0007D1. Grayscale: #E3E3E3. Windows color (decimal): -2002 or 3078399. OLE color: 3078399.

HSL color Cylindrical-coordinate representation of color #FFF82E: hue angle of 57.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFF82E is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB25524846-
CMYK00.030.820
HSL57.99º100%59.02%-
HSV(B)57.99º81.96%100%-
XYZ75.388.5915.72-
YUV227.0625.82147.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 248 (97.27% from 255) = 45.17%
BLUE value IS 46 (18.36% from 255) = 8.38%
R=46.45%
G=45.17%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552484600.030.82057.9910059.02
HexFFF82E035203a643b
Octal377370560312207214473
Binary1111111111111000101110011101001001110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fff82e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fff82e; }

 p { color: rgb(255,248,46); }

 H1.HeaderClassName
 {
   color: #fff82e;
 }
 .AnyTagClassName
 {
   color: #fff82e;
 }
</style>
background-color css

<style>
 a { background-color: #fff82e; }

 a { background-color: rgb(255,248,46); }

 div.DivClassName
 {
   background-color: #fff82e;
 }
 .BgClassName
 {
   background-color: #fff82e;
 }
</style>
border-color css

<style>
 span { border-color: #fff82e; }

 span { border-color: rgb(255,248,46); }

 td.TdClassName
 {
   border-color: #fff82e;
 }
 .TagClassName
 {
   border-color: #fff82e;
 }
</style>