Html Css Color HEX #FAFE29 Gorse

📋 copy color: '#FAFE29'

red 250 ◦ green 254 ◦ blue 41

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

Shades of Gorse #FAFE29

Tints of Gorse #FAFE29

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.61%

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

R = 45.87%
G = 46.61%
B = 7.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FAFE29 (or 0xFAFE29) is known color: Gorse. HEX triplet: FA, FE and 29. RGB value is (250,254,41). Sum of RGB (Red+Green+Blue) = 250+254+41=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 41 (16.41% from 255 or 7.52% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE29 is #0501D6. Grayscale: #E5E5E5. Windows color (decimal): -328151 or 2752250. OLE color: 2752250.

HSL color Cylindrical-coordinate representation of color #FAFE29: hue angle of 61.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFE29 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 41 -
CMYK 0.02 0 0.84 0.00
HSL 61.13º 0.99% 0.58% -
HSV(B) 61.13º 0.84% 1% -
XYZ 75.27 91.37 15.77 -
YUV 228.52 22.17 143.32 -
System Red Green Blue C M Y K H S L
Decimal 250 254 41 0.02 0 0.84 0.00 61.13 0.99 0.58
Hex FA FE 29 2 0 54 0 3D 63 3A
Octal 372 376 51 2 0 124 0 75 143 72
Binary 11111010 11111110 101001 10 0 1010100 0 111101 1100011 111010

Color Harmonies of #FAFE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE29

Black with #FAFE29

Text Example


Text Example

White with #FAFE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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