Html Css Color HEX #FCE45D Corn

📋 copy color: '#FCE45D'

red 252 ◦ green 228 ◦ blue 93

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

Shades of Corn #FCE45D

Tints of Corn #FCE45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.79%

 BLUE value IS 93 (36.72% from 255) = 16.23%

R = 43.98%
G = 39.79%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCE45D (or 0xFCE45D) is known color: Corn. HEX triplet: FC, E4 and 5D. RGB value is (252,228,93). Sum of RGB (Red+Green+Blue) = 252+228+93=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 93 (36.72% from 255 or 16.23% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE45D is #031BA2. Grayscale: #DCDCDC. Windows color (decimal): -203683 or 6153468. OLE color: 6153468.

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

Color convert

RGB 252 228 93 -
CMYK 0 0.10 0.63 0.01
HSL 50.94º 0.96% 0.68% -
HSV(B) 50.94º 0.63% 0.99% -
XYZ 69.86 76.97 21.53 -
YUV 219.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 252 228 93 0 0.10 0.63 0.01 50.94 0.96 0.68
Hex FC E4 5D 0 A 3F 1 33 60 44
Octal 374 344 135 0 12 77 1 63 140 104
Binary 11111100 11100100 1011101 0 1010 111111 1 110011 1100000 1000100

Color Harmonies of #FCE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE45D

Black with #FCE45D

Text Example


Text Example

White with #FCE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE45D; }

 p { color: rgb(252,228,93); }

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

background-color css

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

 a { background-color: rgb(252,228,93); }

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

border-color css

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

 span { border-color: rgb(252,228,93); }

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