Html Css Color HEX #FAF036 Gorse

📋 copy color: '#FAF036'

red 250 ◦ green 240 ◦ blue 54

#FAF036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FAF036

Tints of Gorse #FAF036

RGB

 RED value IS 250 (98.05% from 255) = 45.96%

 GREEN value IS 240 (94.14% from 255) = 44.12%

 BLUE value IS 54 (21.48% from 255) = 9.93%

R = 45.96%
G = 44.12%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAF036 (or 0xFAF036) is known color: Gorse. HEX triplet: FA, F0 and 36. RGB value is (250,240,54). Sum of RGB (Red+Green+Blue) = 250+240+54=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 54 (21.48% from 255 or 9.93% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF036 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF036 is #050FC9. Grayscale: #DEDEDE. Windows color (decimal): -331722 or 3600634. OLE color: 3600634.

HSL color Cylindrical-coordinate representation of color #FAF036: hue angle of 56.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAF036 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 240 54 -
CMYK 0 0.04 0.78 0.02
HSL 56.94º 0.95% 0.6% -
HSV(B) 56.94º 0.78% 0.98% -
XYZ 71.25 82.91 15.74 -
YUV 221.79 33.31 148.12 -
System Red Green Blue C M Y K H S L
Decimal 250 240 54 0 0.04 0.78 0.02 56.94 0.95 0.6
Hex FA F0 36 0 4 4E 2 39 5F 3C
Octal 372 360 66 0 4 116 2 71 137 74
Binary 11111010 11110000 110110 0 100 1001110 10 111001 1011111 111100

Color Harmonies of #FAF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF036

Black with #FAF036

Text Example


Text Example

White with #FAF036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF036; }

 p { color: rgb(250,240,54); }

 H1.HeaderClassName
 {
   color: #FAF036;
 }
 .AnyTagClassName
 {
   color: #FAF036;
 }
</style>

background-color css

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

 a { background-color: rgb(250,240,54); }

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

border-color css

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

 span { border-color: rgb(250,240,54); }

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