Html Css Color HEX #FCE02A Gorse

📋 copy color: '#FCE02A'

red 252 ◦ green 224 ◦ blue 42

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

Shades of Gorse #FCE02A

Tints of Gorse #FCE02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.11%

R = 48.65%
G = 43.24%
B = 8.11%

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

#FCE02A (or 0xFCE02A) is known color: Gorse. HEX triplet: FC, E0 and 2A. RGB value is (252,224,42). Sum of RGB (Red+Green+Blue) = 252+224+42=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 42 (16.80% from 255 or 8.11% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE02A is #031FD5. Grayscale: #D4D4D4. Windows color (decimal): -204758 or 2810108. OLE color: 2810108.

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

Color convert

RGB 252 224 42 -
CMYK 0 0.11 0.83 0.01
HSL 52º 0.97% 0.58% -
HSV(B) 52º 0.83% 0.99% -
XYZ 67.22 74.17 12.96 -
YUV 211.62 32.28 156.8 -
System Red Green Blue C M Y K H S L
Decimal 252 224 42 0 0.11 0.83 0.01 52 0.97 0.58
Hex FC E0 2A 0 B 53 1 34 61 3A
Octal 374 340 52 0 13 123 1 64 141 72
Binary 11111100 11100000 101010 0 1011 1010011 1 110100 1100001 111010

Color Harmonies of #FCE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE02A

Black with #FCE02A

Text Example


Text Example

White with #FCE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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