Html Css Color HEX #FCE52D Gorse

📋 copy color: '#FCE52D'

red 252 ◦ green 229 ◦ blue 45

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

Shades of Gorse #FCE52D

Tints of Gorse #FCE52D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.54%

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

R = 47.91%
G = 43.54%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCE52D (or 0xFCE52D) is known color: Gorse. HEX triplet: FC, E5 and 2D. RGB value is (252,229,45). Sum of RGB (Red+Green+Blue) = 252+229+45=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 45 (17.97% from 255 or 8.56% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE52D is #031AD2. Grayscale: #D7D7D7. Windows color (decimal): -203475 or 3007996. OLE color: 3007996.

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

Color convert

RGB 252 229 45 -
CMYK 0 0.09 0.82 0.01
HSL 53.33º 0.97% 0.58% -
HSV(B) 53.33º 0.82% 0.99% -
XYZ 68.64 76.92 13.71 -
YUV 214.9 32.12 154.46 -
System Red Green Blue C M Y K H S L
Decimal 252 229 45 0 0.09 0.82 0.01 53.33 0.97 0.58
Hex FC E5 2D 0 9 52 1 35 61 3A
Octal 374 345 55 0 11 122 1 65 141 72
Binary 11111100 11100101 101101 0 1001 1010010 1 110101 1100001 111010

Color Harmonies of #FCE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE52D

Black with #FCE52D

Text Example


Text Example

White with #FCE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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