Html Css Color HEX #FCE560 Corn

📋 copy color: '#FCE560'

red 252 ◦ green 229 ◦ blue 96

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

Shades of Corn #FCE560

Tints of Corn #FCE560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.64%

R = 43.67%
G = 39.69%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCE560 (or 0xFCE560) is known color: Corn. HEX triplet: FC, E5 and 60. RGB value is (252,229,96). Sum of RGB (Red+Green+Blue) = 252+229+96=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE560 is #031A9F. Grayscale: #DDDDDD. Windows color (decimal): -203424 or 6350332. OLE color: 6350332.

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

Color convert

RGB 252 229 96 -
CMYK 0 0.09 0.62 0.01
HSL 51.15º 0.96% 0.68% -
HSV(B) 51.15º 0.62% 0.99% -
XYZ 70.28 77.58 22.34 -
YUV 220.72 57.62 150.31 -
System Red Green Blue C M Y K H S L
Decimal 252 229 96 0 0.09 0.62 0.01 51.15 0.96 0.68
Hex FC E5 60 0 9 3E 1 33 60 44
Octal 374 345 140 0 11 76 1 63 140 104
Binary 11111100 11100101 1100000 0 1001 111110 1 110011 1100000 1000100

Color Harmonies of #FCE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE560

Black with #FCE560

Text Example


Text Example

White with #FCE560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE560; }

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

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

background-color css

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

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

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

border-color css

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

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

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