Html Css Color HEX #FAF232 Gorse

📋 copy color: '#FAF232'

red 250 ◦ green 242 ◦ blue 50

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

Shades of Gorse #FAF232

Tints of Gorse #FAF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

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

R = 46.13%
G = 44.65%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAF232 (or 0xFAF232) is known color: Gorse. HEX triplet: FA, F2 and 32. RGB value is (250,242,50). Sum of RGB (Red+Green+Blue) = 250+242+50=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 50 (19.92% from 255 or 9.23% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF232 is #050DCD. Grayscale: #DFDFDF. Windows color (decimal): -331214 or 3339002. OLE color: 3339002.

HSL color Cylindrical-coordinate representation of color #FAF232: hue angle of 57.6º 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 #FAF232 is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 50 -
CMYK 0 0.03 0.8 0.02
HSL 57.6º 0.95% 0.59% -
HSV(B) 57.6º 0.8% 0.98% -
XYZ 71.75 84.06 15.46 -
YUV 222.5 30.65 147.61 -
System Red Green Blue C M Y K H S L
Decimal 250 242 50 0 0.03 0.8 0.02 57.6 0.95 0.59
Hex FA F2 32 0 3 50 2 3A 5F 3B
Octal 372 362 62 0 3 120 2 72 137 73
Binary 11111010 11110010 110010 0 11 1010000 10 111010 1011111 111011

Color Harmonies of #FAF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF232

Black with #FAF232

Text Example


Text Example

White with #FAF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF232; }

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

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

background-color css

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

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

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

border-color css

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

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

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