Html Css Color HEX #FCE170 Sweet Corn

📋 copy color: '#FCE170'

red 252 ◦ green 225 ◦ blue 112

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

Shades of Sweet Corn #FCE170

Tints of Sweet Corn #FCE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

 BLUE value IS 112 (44.14% from 255) = 19.02%

R = 42.78%
G = 38.2%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCE170 (or 0xFCE170) is known color: Sweet Corn. HEX triplet: FC, E1 and 70. RGB value is (252,225,112). Sum of RGB (Red+Green+Blue) = 252+225+112=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE170 is #031E8F. Grayscale: #DCDCDC. Windows color (decimal): -204432 or 7397884. OLE color: 7397884.

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

Color convert

RGB 252 225 112 -
CMYK 0 0.11 0.56 0.01
HSL 48.43º 0.96% 0.71% -
HSV(B) 48.43º 0.56% 0.99% -
XYZ 69.99 75.72 26.25 -
YUV 220.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 252 225 112 0 0.11 0.56 0.01 48.43 0.96 0.71
Hex FC E1 70 0 B 38 1 30 60 47
Octal 374 341 160 0 13 70 1 60 140 107
Binary 11111100 11100001 1110000 0 1011 111000 1 110000 1100000 1000111

Color Harmonies of #FCE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE170

Black with #FCE170

Text Example


Text Example

White with #FCE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE170; }

 p { color: rgb(252,225,112); }

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

background-color css

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

 a { background-color: rgb(252,225,112); }

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

border-color css

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

 span { border-color: rgb(252,225,112); }

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