Html Css Color HEX #FAF039 Gorse

📋 copy color: '#FAF039'

red 250 ◦ green 240 ◦ blue 57

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

Shades of Gorse #FAF039

Tints of Gorse #FAF039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 10.42%

R = 45.7%
G = 43.88%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAF039 (or 0xFAF039) is known color: Gorse. HEX triplet: FA, F0 and 39. RGB value is (250,240,57). Sum of RGB (Red+Green+Blue) = 250+240+57=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 57 (22.66% from 255 or 10.42% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF039 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF039 is #050FC6. Grayscale: #DEDEDE. Windows color (decimal): -331719 or 3797242. OLE color: 3797242.

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

Color convert

RGB 250 240 57 -
CMYK 0 0.04 0.77 0.02
HSL 56.89º 0.95% 0.6% -
HSV(B) 56.89º 0.77% 0.98% -
XYZ 71.32 82.94 16.12 -
YUV 222.13 34.81 147.88 -
System Red Green Blue C M Y K H S L
Decimal 250 240 57 0 0.04 0.77 0.02 56.89 0.95 0.6
Hex FA F0 39 0 4 4D 2 39 5F 3C
Octal 372 360 71 0 4 115 2 71 137 74
Binary 11111010 11110000 111001 0 100 1001101 10 111001 1011111 111100

Color Harmonies of #FAF039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF039

Black with #FAF039

Text Example


Text Example

White with #FAF039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF039; }

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

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

background-color css

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

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

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

border-color css

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

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

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