Html Css Color HEX #FAF032 Gorse

📋 copy color: '#FAF032'

red 250 ◦ green 240 ◦ blue 50

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

Shades of Gorse #FAF032

Tints of Gorse #FAF032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.26%

R = 46.3%
G = 44.44%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAF032 (or 0xFAF032) is known color: Gorse. HEX triplet: FA, F0 and 32. RGB value is (250,240,50). Sum of RGB (Red+Green+Blue) = 250+240+50=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF032 is #050FCD. Grayscale: #DEDEDE. Windows color (decimal): -331726 or 3338490. OLE color: 3338490.

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

Color convert

RGB 250 240 50 -
CMYK 0 0.04 0.8 0.02
HSL 57º 0.95% 0.59% -
HSV(B) 57º 0.8% 0.98% -
XYZ 71.16 82.87 15.26 -
YUV 221.33 31.31 148.45 -
System Red Green Blue C M Y K H S L
Decimal 250 240 50 0 0.04 0.8 0.02 57 0.95 0.59
Hex FA F0 32 0 4 50 2 39 5F 3B
Octal 372 360 62 0 4 120 2 71 137 73
Binary 11111010 11110000 110010 0 100 1010000 10 111001 1011111 111011

Color Harmonies of #FAF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF032

Black with #FAF032

Text Example


Text Example

White with #FAF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF032; }

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

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

background-color css

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

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

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

border-color css

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

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

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