Html Css Color HEX #FCE527 Gorse

📋 copy color: '#FCE527'

red 252 ◦ green 229 ◦ blue 39

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

Shades of Gorse #FCE527

Tints of Gorse #FCE527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.5%

R = 48.46%
G = 44.04%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCE527 (or 0xFCE527) is known color: Gorse. HEX triplet: FC, E5 and 27. RGB value is (252,229,39). Sum of RGB (Red+Green+Blue) = 252+229+39=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 39 (15.62% from 255 or 7.5% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE527 is #031AD8. Grayscale: #D6D6D6. Windows color (decimal): -203481 or 2614780. OLE color: 2614780.

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

Color convert

RGB 252 229 39 -
CMYK 0 0.09 0.85 0.01
HSL 53.52º 0.97% 0.57% -
HSV(B) 53.52º 0.85% 0.99% -
XYZ 68.53 76.88 13.15 -
YUV 214.22 29.12 154.95 -
System Red Green Blue C M Y K H S L
Decimal 252 229 39 0 0.09 0.85 0.01 53.52 0.97 0.57
Hex FC E5 27 0 9 55 1 36 61 39
Octal 374 345 47 0 11 125 1 66 141 71
Binary 11111100 11100101 100111 0 1001 1010101 1 110110 1100001 111001

Color Harmonies of #FCE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE527

Black with #FCE527

Text Example


Text Example

White with #FCE527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE527; }

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

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

background-color css

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

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

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

border-color css

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

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

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