Html Css Color HEX #FAFC28 Gorse

📋 copy color: '#FAFC28'

red 250 ◦ green 252 ◦ blue 40

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

Shades of Gorse #FAFC28

Tints of Gorse #FAFC28

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.49%

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

R = 46.13%
G = 46.49%
B = 7.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FAFC28 (or 0xFAFC28) is known color: Gorse. HEX triplet: FA, FC and 28. RGB value is (250,252,40). Sum of RGB (Red+Green+Blue) = 250+252+40=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 40 (16.02% from 255 or 7.38% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC28 is #0503D7. Grayscale: #E4E4E4. Windows color (decimal): -328664 or 2686202. OLE color: 2686202.

HSL color Cylindrical-coordinate representation of color #FAFC28: hue angle of 60.57º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFC28 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 252 40 -
CMYK 0.01 0 0.84 0.01
HSL 60.57º 0.97% 0.57% -
HSV(B) 60.57º 0.84% 0.99% -
XYZ 74.62 90.1 15.47 -
YUV 227.23 22.34 144.24 -
System Red Green Blue C M Y K H S L
Decimal 250 252 40 0.01 0 0.84 0.01 60.57 0.97 0.57
Hex FA FC 28 1 0 54 1 3D 61 39
Octal 372 374 50 1 0 124 1 75 141 71
Binary 11111010 11111100 101000 1 0 1010100 1 111101 1100001 111001

Color Harmonies of #FAFC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC28

Black with #FAFC28

Text Example


Text Example

White with #FAFC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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