Html Css Color HEX #FCE02D Gorse

📋 copy color: '#FCE02D'

red 252 ◦ green 224 ◦ blue 45

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

Shades of Gorse #FCE02D

Tints of Gorse #FCE02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.64%

R = 48.37%
G = 42.99%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCE02D (or 0xFCE02D) is known color: Gorse. HEX triplet: FC, E0 and 2D. RGB value is (252,224,45). Sum of RGB (Red+Green+Blue) = 252+224+45=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE02D is #031FD2. Grayscale: #D4D4D4. Windows color (decimal): -204755 or 3006716. OLE color: 3006716.

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

Color convert

RGB 252 224 45 -
CMYK 0 0.11 0.82 0.01
HSL 51.88º 0.97% 0.58% -
HSV(B) 51.88º 0.82% 0.99% -
XYZ 67.27 74.2 13.26 -
YUV 211.97 33.78 156.55 -
System Red Green Blue C M Y K H S L
Decimal 252 224 45 0 0.11 0.82 0.01 51.88 0.97 0.58
Hex FC E0 2D 0 B 52 1 34 61 3A
Octal 374 340 55 0 13 122 1 64 141 72
Binary 11111100 11100000 101101 0 1011 1010010 1 110100 1100001 111010

Color Harmonies of #FCE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE02D

Black with #FCE02D

Text Example


Text Example

White with #FCE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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