Html Css Color HEX #FAF028 Gorse

📋 copy color: '#FAF028'

red 250 ◦ green 240 ◦ blue 40

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

Shades of Gorse #FAF028

Tints of Gorse #FAF028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.55%

R = 47.17%
G = 45.28%
B = 7.55%

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

#FAF028 (or 0xFAF028) is known color: Gorse. HEX triplet: FA, F0 and 28. RGB value is (250,240,40). Sum of RGB (Red+Green+Blue) = 250+240+40=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 40 (16.02% from 255 or 7.55% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF028 is #050FD7. Grayscale: #DDDDDD. Windows color (decimal): -331736 or 2683130. OLE color: 2683130.

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

Color convert

RGB 250 240 40 -
CMYK 0 0.04 0.84 0.02
HSL 57.14º 0.95% 0.57% -
HSV(B) 57.14º 0.84% 0.98% -
XYZ 70.97 82.8 14.25 -
YUV 220.19 26.31 149.26 -
System Red Green Blue C M Y K H S L
Decimal 250 240 40 0 0.04 0.84 0.02 57.14 0.95 0.57
Hex FA F0 28 0 4 54 2 39 5F 39
Octal 372 360 50 0 4 124 2 71 137 71
Binary 11111010 11110000 101000 0 100 1010100 10 111001 1011111 111001

Color Harmonies of #FAF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF028

Black with #FAF028

Text Example


Text Example

White with #FAF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF028; }

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

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

background-color css

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

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

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

border-color css

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

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

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