Html Css Color HEX #FCE45F Corn

📋 copy color: '#FCE45F'

red 252 ◦ green 228 ◦ blue 95

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

Shades of Corn #FCE45F

Tints of Corn #FCE45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.52%

R = 43.83%
G = 39.65%
B = 16.52%

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

#FCE45F (or 0xFCE45F) is known color: Corn. HEX triplet: FC, E4 and 5F. RGB value is (252,228,95). Sum of RGB (Red+Green+Blue) = 252+228+95=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 95 (37.5% from 255 or 16.52% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE45F is #031BA0. Grayscale: #DCDCDC. Windows color (decimal): -203681 or 6284540. OLE color: 6284540.

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

Color convert

RGB 252 228 95 -
CMYK 0 0.10 0.62 0.01
HSL 50.83º 0.96% 0.68% -
HSV(B) 50.83º 0.62% 0.99% -
XYZ 69.95 77.01 22 -
YUV 220.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 252 228 95 0 0.10 0.62 0.01 50.83 0.96 0.68
Hex FC E4 5F 0 A 3E 1 33 60 44
Octal 374 344 137 0 12 76 1 63 140 104
Binary 11111100 11100100 1011111 0 1010 111110 1 110011 1100000 1000100

Color Harmonies of #FCE45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE45F

Black with #FCE45F

Text Example


Text Example

White with #FCE45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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