Html Css Color HEX #FCE360 Corn

📋 copy color: '#FCE360'

red 252 ◦ green 227 ◦ blue 96

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

Shades of Corn #FCE360

Tints of Corn #FCE360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.48%

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

R = 43.83%
G = 39.48%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCE360 (or 0xFCE360) is known color: Corn. HEX triplet: FC, E3 and 60. RGB value is (252,227,96). Sum of RGB (Red+Green+Blue) = 252+227+96=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 96 (37.89% from 255 or 16.70% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE360 is #031C9F. Grayscale: #DCDCDC. Windows color (decimal): -203936 or 6349820. OLE color: 6349820.

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

Color convert

RGB 252 227 96 -
CMYK 0 0.10 0.62 0.01
HSL 50.38º 0.96% 0.68% -
HSV(B) 50.38º 0.62% 0.99% -
XYZ 69.73 76.48 22.15 -
YUV 219.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 252 227 96 0 0.10 0.62 0.01 50.38 0.96 0.68
Hex FC E3 60 0 A 3E 1 32 60 44
Octal 374 343 140 0 12 76 1 62 140 104
Binary 11111100 11100011 1100000 0 1010 111110 1 110010 1100000 1000100

Color Harmonies of #FCE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE360

Black with #FCE360

Text Example


Text Example

White with #FCE360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE360; }

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

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

background-color css

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

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

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

border-color css

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

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

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