Html Css Color HEX #FCEA29 Gorse

📋 copy color: '#FCEA29'

red 252 ◦ green 234 ◦ blue 41

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

Shades of Gorse #FCEA29

Tints of Gorse #FCEA29

RGB

 RED value IS 252 (98.83% from 255) = 47.82%

 GREEN value IS 234 (91.8% from 255) = 44.4%

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

R = 47.82%
G = 44.4%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCEA29 (or 0xFCEA29) is known color: Gorse. HEX triplet: FC, EA and 29. RGB value is (252,234,41). Sum of RGB (Red+Green+Blue) = 252+234+41=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 41 (16.41% from 255 or 7.78% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA29 is #0315D6. Grayscale: #DADADA. Windows color (decimal): -202199 or 2747132. OLE color: 2747132.

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

Color convert

RGB 252 234 41 -
CMYK 0 0.07 0.84 0.01
HSL 54.88º 0.97% 0.57% -
HSV(B) 54.88º 0.84% 0.99% -
XYZ 69.97 79.7 13.79 -
YUV 217.38 28.46 152.69 -
System Red Green Blue C M Y K H S L
Decimal 252 234 41 0 0.07 0.84 0.01 54.88 0.97 0.57
Hex FC EA 29 0 7 54 1 37 61 39
Octal 374 352 51 0 7 124 1 67 141 71
Binary 11111100 11101010 101001 0 111 1010100 1 110111 1100001 111001

Color Harmonies of #FCEA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA29

Black with #FCEA29

Text Example


Text Example

White with #FCEA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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