Html Css Color HEX #FAFA28 Gorse

📋 copy color: '#FAFA28'

red 250 ◦ green 250 ◦ blue 40

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

Shades of Gorse #FAFA28

Tints of Gorse #FAFA28

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.3%

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

R = 46.3%
G = 46.3%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAFA28 (or 0xFAFA28) is known color: Gorse. HEX triplet: FA, FA and 28. RGB value is (250,250,40). Sum of RGB (Red+Green+Blue) = 250+250+40=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 40 (16.02% from 255 or 7.41% from 540); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA28 is #0505D7. Grayscale: #E2E2E2. Windows color (decimal): -329176 or 2685690. OLE color: 2685690.

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

Color convert

RGB 250 250 40 -
CMYK 0 0 0.84 0.02
HSL 60º 0.95% 0.57% -
HSV(B) 60º 0.84% 0.98% -
XYZ 73.99 88.85 15.26 -
YUV 226.06 23 145.08 -
System Red Green Blue C M Y K H S L
Decimal 250 250 40 0 0 0.84 0.02 60 0.95 0.57
Hex FA FA 28 0 0 54 2 3C 5F 39
Octal 372 372 50 0 0 124 2 74 137 71
Binary 11111010 11111010 101000 0 0 1010100 10 111100 1011111 111001

Color Harmonies of #FAFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA28

Black with #FAFA28

Text Example


Text Example

White with #FAFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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