Html Css Color HEX #FCE365 Corn

📋 copy color: '#FCE365'

red 252 ◦ green 227 ◦ blue 101

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

Shades of Corn #FCE365

Tints of Corn #FCE365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.41%

R = 43.45%
G = 39.14%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCE365 (or 0xFCE365) is known color: Corn. HEX triplet: FC, E3 and 65. RGB value is (252,227,101). Sum of RGB (Red+Green+Blue) = 252+227+101=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 101 (39.84% from 255 or 17.41% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE365 is #031C9A. Grayscale: #DCDCDC. Windows color (decimal): -203931 or 6677500. OLE color: 6677500.

HSL color Cylindrical-coordinate representation of color #FCE365: hue angle of 50.07º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCE365 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 227 101 -
CMYK 0 0.10 0.60 0.01
HSL 50.07º 0.96% 0.69% -
HSV(B) 50.07º 0.6% 0.99% -
XYZ 69.96 76.57 23.4 -
YUV 220.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 252 227 101 0 0.10 0.60 0.01 50.07 0.96 0.69
Hex FC E3 65 0 A 3C 1 32 60 45
Octal 374 343 145 0 12 74 1 62 140 105
Binary 11111100 11100011 1100101 0 1010 111100 1 110010 1100000 1000101

Color Harmonies of #FCE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE365

Black with #FCE365

Text Example


Text Example

White with #FCE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE365; }

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

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

background-color css

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

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

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

border-color css

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

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

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