Html Css Color HEX #FCE028 Gorse

📋 copy color: '#FCE028'

red 252 ◦ green 224 ◦ blue 40

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

Shades of Gorse #FCE028

Tints of Gorse #FCE028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.41%

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

R = 48.84%
G = 43.41%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCE028 (or 0xFCE028) is known color: Gorse. HEX triplet: FC, E0 and 28. RGB value is (252,224,40). Sum of RGB (Red+Green+Blue) = 252+224+40=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE028 is #031FD7. Grayscale: #D4D4D4. Windows color (decimal): -204760 or 2679036. OLE color: 2679036.

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

Color convert

RGB 252 224 40 -
CMYK 0 0.11 0.84 0.01
HSL 52.08º 0.97% 0.57% -
HSV(B) 52.08º 0.84% 0.99% -
XYZ 67.18 74.16 12.78 -
YUV 211.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 252 224 40 0 0.11 0.84 0.01 52.08 0.97 0.57
Hex FC E0 28 0 B 54 1 34 61 39
Octal 374 340 50 0 13 124 1 64 141 71
Binary 11111100 11100000 101000 0 1011 1010100 1 110100 1100001 111001

Color Harmonies of #FCE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE028

Black with #FCE028

Text Example


Text Example

White with #FCE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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