Html Css Color HEX #FCE02C Gorse

📋 copy color: '#FCE02C'

red 252 ◦ green 224 ◦ blue 44

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

Shades of Gorse #FCE02C

Tints of Gorse #FCE02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.46%

R = 48.46%
G = 43.08%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCE02C (or 0xFCE02C) is known color: Gorse. HEX triplet: FC, E0 and 2C. RGB value is (252,224,44). Sum of RGB (Red+Green+Blue) = 252+224+44=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 44 (17.58% from 255 or 8.46% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE02C is #031FD3. Grayscale: #D4D4D4. Windows color (decimal): -204756 or 2941180. OLE color: 2941180.

HSL color Cylindrical-coordinate representation of color #FCE02C: hue angle of 51.92º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCE02C is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 224 44 -
CMYK 0 0.11 0.83 0.01
HSL 51.92º 0.97% 0.58% -
HSV(B) 51.92º 0.83% 0.99% -
XYZ 67.26 74.19 13.16 -
YUV 211.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 252 224 44 0 0.11 0.83 0.01 51.92 0.97 0.58
Hex FC E0 2C 0 B 53 1 34 61 3A
Octal 374 340 54 0 13 123 1 64 141 72
Binary 11111100 11100000 101100 0 1011 1010011 1 110100 1100001 111010

Color Harmonies of #FCE02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE02C

Black with #FCE02C

Text Example


Text Example

White with #FCE02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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