Html Css Color HEX #FAF029 Gorse

📋 copy color: '#FAF029'

red 250 ◦ green 240 ◦ blue 41

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

Shades of Gorse #FAF029

Tints of Gorse #FAF029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.72%

R = 47.08%
G = 45.2%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF029 (or 0xFAF029) is known color: Gorse. HEX triplet: FA, F0 and 29. RGB value is (250,240,41). Sum of RGB (Red+Green+Blue) = 250+240+41=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 41 (16.41% from 255 or 7.72% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF029 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF029 is #050FD6. Grayscale: #DDDDDD. Windows color (decimal): -331735 or 2748666. OLE color: 2748666.

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

Color convert

RGB 250 240 41 -
CMYK 0 0.04 0.84 0.02
HSL 57.13º 0.95% 0.57% -
HSV(B) 57.13º 0.84% 0.98% -
XYZ 70.98 82.8 14.34 -
YUV 220.3 26.81 149.18 -
System Red Green Blue C M Y K H S L
Decimal 250 240 41 0 0.04 0.84 0.02 57.13 0.95 0.57
Hex FA F0 29 0 4 54 2 39 5F 39
Octal 372 360 51 0 4 124 2 71 137 71
Binary 11111010 11110000 101001 0 100 1010100 10 111001 1011111 111001

Color Harmonies of #FAF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF029

Black with #FAF029

Text Example


Text Example

White with #FAF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF029; }

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

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

background-color css

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

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

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

border-color css

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

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

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