Html Css Color HEX #FCE02F Gorse

📋 copy color: '#FCE02F'

red 252 ◦ green 224 ◦ blue 47

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

Shades of Gorse #FCE02F

Tints of Gorse #FCE02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.99%

R = 48.18%
G = 42.83%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE02F (or 0xFCE02F) is known color: Gorse. HEX triplet: FC, E0 and 2F. RGB value is (252,224,47). Sum of RGB (Red+Green+Blue) = 252+224+47=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE02F is #031FD0. Grayscale: #D4D4D4. Windows color (decimal): -204753 or 3137788. OLE color: 3137788.

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

Color convert

RGB 252 224 47 -
CMYK 0 0.11 0.81 0.01
HSL 51.8º 0.97% 0.59% -
HSV(B) 51.8º 0.81% 0.99% -
XYZ 67.31 74.21 13.47 -
YUV 212.19 34.78 156.39 -
System Red Green Blue C M Y K H S L
Decimal 252 224 47 0 0.11 0.81 0.01 51.8 0.97 0.59
Hex FC E0 2F 0 B 51 1 34 61 3B
Octal 374 340 57 0 13 121 1 64 141 73
Binary 11111100 11100000 101111 0 1011 1010001 1 110100 1100001 111011

Color Harmonies of #FCE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE02F

Black with #FCE02F

Text Example


Text Example

White with #FCE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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