Html Css Color HEX #FAFC29 Gorse

📋 copy color: '#FAFC29'

red 250 ◦ green 252 ◦ blue 41

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

Shades of Gorse #FAFC29

Tints of Gorse #FAFC29

RGB

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

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

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

R = 46.04%
G = 46.41%
B = 7.55%

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

#FAFC29 (or 0xFAFC29) is known color: Gorse. HEX triplet: FA, FC and 29. RGB value is (250,252,41). Sum of RGB (Red+Green+Blue) = 250+252+41=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 41 (16.41% from 255 or 7.55% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC29 is #0503D6. Grayscale: #E4E4E4. Windows color (decimal): -328663 or 2751738. OLE color: 2751738.

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

Color convert

RGB 250 252 41 -
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.63 90.1 15.56 -
YUV 227.35 22.84 144.16 -
System Red Green Blue C M Y K H S L
Decimal 250 252 41 0.01 0 0.84 0.01 60.57 0.97 0.57
Hex FA FC 29 1 0 54 1 3D 61 39
Octal 372 374 51 1 0 124 1 75 141 71
Binary 11111010 11111100 101001 1 0 1010100 1 111101 1100001 111001

Color Harmonies of #FAFC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC29

Black with #FAFC29

Text Example


Text Example

White with #FAFC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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