Html Css Color HEX #FAF532 Gorse

📋 copy color: '#FAF532'

red 250 ◦ green 245 ◦ blue 50

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

Shades of Gorse #FAF532

Tints of Gorse #FAF532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.95%

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

R = 45.87%
G = 44.95%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAF532 (or 0xFAF532) is known color: Gorse. HEX triplet: FA, F5 and 32. RGB value is (250,245,50). Sum of RGB (Red+Green+Blue) = 250+245+50=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 50 (19.92% from 255 or 9.17% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF532 is #050ACD. Grayscale: #E1E1E1. Windows color (decimal): -330446 or 3339770. OLE color: 3339770.

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

Color convert

RGB 250 245 50 -
CMYK 0 0.02 0.8 0.02
HSL 58.5º 0.95% 0.59% -
HSV(B) 58.5º 0.8% 0.98% -
XYZ 72.65 85.86 15.76 -
YUV 224.27 29.66 146.36 -
System Red Green Blue C M Y K H S L
Decimal 250 245 50 0 0.02 0.8 0.02 58.5 0.95 0.59
Hex FA F5 32 0 2 50 2 3A 5F 3B
Octal 372 365 62 0 2 120 2 72 137 73
Binary 11111010 11110101 110010 0 10 1010000 10 111010 1011111 111011

Color Harmonies of #FAF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF532

Black with #FAF532

Text Example


Text Example

White with #FAF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF532; }

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

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

background-color css

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

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

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

border-color css

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

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

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