Html Css Color HEX #FCE06E Sweet Corn

📋 copy color: '#FCE06E'

red 252 ◦ green 224 ◦ blue 110

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

Shades of Sweet Corn #FCE06E

Tints of Sweet Corn #FCE06E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

 BLUE value IS 110 (43.36% from 255) = 18.77%

R = 43%
G = 38.23%
B = 18.77%

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

#FCE06E (or 0xFCE06E) is known color: Sweet Corn. HEX triplet: FC, E0 and 6E. RGB value is (252,224,110). Sum of RGB (Red+Green+Blue) = 252+224+110=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE06E is #031F91. Grayscale: #DBDBDB. Windows color (decimal): -204690 or 7266556. OLE color: 7266556.

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

Color convert

RGB 252 224 110 -
CMYK 0 0.11 0.56 0.01
HSL 48.17º 0.96% 0.71% -
HSV(B) 48.17º 0.56% 0.99% -
XYZ 69.62 75.13 25.58 -
YUV 219.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 252 224 110 0 0.11 0.56 0.01 48.17 0.96 0.71
Hex FC E0 6E 0 B 38 1 30 60 47
Octal 374 340 156 0 13 70 1 60 140 107
Binary 11111100 11100000 1101110 0 1011 111000 1 110000 1100000 1000111

Color Harmonies of #FCE06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE06E

Black with #FCE06E

Text Example


Text Example

White with #FCE06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE06E; }

 p { color: rgb(252,224,110); }

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

background-color css

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

 a { background-color: rgb(252,224,110); }

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

border-color css

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

 span { border-color: rgb(252,224,110); }

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