Html Css Color HEX #FCEA28 Gorse

📋 copy color: '#FCEA28'

red 252 ◦ green 234 ◦ blue 40

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

Shades of Gorse #FCEA28

Tints of Gorse #FCEA28

RGB

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

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

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

R = 47.91%
G = 44.49%
B = 7.6%

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

#FCEA28 (or 0xFCEA28) is known color: Gorse. HEX triplet: FC, EA and 28. RGB value is (252,234,40). Sum of RGB (Red+Green+Blue) = 252+234+40=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 40 (16.02% from 255 or 7.60% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA28 is #0315D7. Grayscale: #DADADA. Windows color (decimal): -202200 or 2681596. OLE color: 2681596.

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

Color convert

RGB 252 234 40 -
CMYK 0 0.07 0.84 0.01
HSL 54.91º 0.97% 0.57% -
HSV(B) 54.91º 0.84% 0.99% -
XYZ 69.95 79.69 13.7 -
YUV 217.27 27.96 152.77 -
System Red Green Blue C M Y K H S L
Decimal 252 234 40 0 0.07 0.84 0.01 54.91 0.97 0.57
Hex FC EA 28 0 7 54 1 37 61 39
Octal 374 352 50 0 7 124 1 67 141 71
Binary 11111100 11101010 101000 0 111 1010100 1 110111 1100001 111001

Color Harmonies of #FCEA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA28

Black with #FCEA28

Text Example


Text Example

White with #FCEA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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