Html Css Color HEX #FCE465 Corn

📋 copy color: '#FCE465'

red 252 ◦ green 228 ◦ blue 101

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

Shades of Corn #FCE465

Tints of Corn #FCE465

RGB

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

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

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

R = 43.37%
G = 39.24%
B = 17.38%

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

#FCE465 (or 0xFCE465) is known color: Corn. HEX triplet: FC, E4 and 65. RGB value is (252,228,101). Sum of RGB (Red+Green+Blue) = 252+228+101=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE465 is #031B9A. Grayscale: #DDDDDD. Windows color (decimal): -203675 or 6677756. OLE color: 6677756.

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

Color convert

RGB 252 228 101 -
CMYK 0 0.10 0.60 0.01
HSL 50.46º 0.96% 0.69% -
HSV(B) 50.46º 0.6% 0.99% -
XYZ 70.24 77.12 23.5 -
YUV 220.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 252 228 101 0 0.10 0.60 0.01 50.46 0.96 0.69
Hex FC E4 65 0 A 3C 1 32 60 45
Octal 374 344 145 0 12 74 1 62 140 105
Binary 11111100 11100100 1100101 0 1010 111100 1 110010 1100000 1000101

Color Harmonies of #FCE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE465

Black with #FCE465

Text Example


Text Example

White with #FCE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE465; }

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

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

background-color css

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

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

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

border-color css

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

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

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