Html Css Color HEX #FCE52E Gorse

📋 copy color: '#FCE52E'

red 252 ◦ green 229 ◦ blue 46

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

Shades of Gorse #FCE52E

Tints of Gorse #FCE52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.73%

R = 47.82%
G = 43.45%
B = 8.73%

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

#FCE52E (or 0xFCE52E) is known color: Gorse. HEX triplet: FC, E5 and 2E. RGB value is (252,229,46). Sum of RGB (Red+Green+Blue) = 252+229+46=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 46 (18.36% from 255 or 8.73% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE52E is #031AD1. Grayscale: #D7D7D7. Windows color (decimal): -203474 or 3073532. OLE color: 3073532.

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

Color convert

RGB 252 229 46 -
CMYK 0 0.09 0.82 0.01
HSL 53.3º 0.97% 0.58% -
HSV(B) 53.3º 0.82% 0.99% -
XYZ 68.66 76.93 13.82 -
YUV 215.02 32.62 154.38 -
System Red Green Blue C M Y K H S L
Decimal 252 229 46 0 0.09 0.82 0.01 53.3 0.97 0.58
Hex FC E5 2E 0 9 52 1 35 61 3A
Octal 374 345 56 0 11 122 1 65 141 72
Binary 11111100 11100101 101110 0 1001 1010010 1 110101 1100001 111010

Color Harmonies of #FCE52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE52E

Black with #FCE52E

Text Example


Text Example

White with #FCE52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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