Html Css Color HEX #FCE07E Sweet Corn

📋 copy color: '#FCE07E'

red 252 ◦ green 224 ◦ blue 126

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

Shades of Sweet Corn #FCE07E

Tints of Sweet Corn #FCE07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 20.93%

R = 41.86%
G = 37.21%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCE07E (or 0xFCE07E) is known color: Sweet Corn. HEX triplet: FC, E0 and 7E. RGB value is (252,224,126). Sum of RGB (Red+Green+Blue) = 252+224+126=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE07E is #031F81. Grayscale: #DDDDDD. Windows color (decimal): -204674 or 8315132. OLE color: 8315132.

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

Color convert

RGB 252 224 126 -
CMYK 0 0.11 0.5 0.01
HSL 46.67º 0.95% 0.74% -
HSV(B) 46.67º 0.5% 0.99% -
XYZ 70.57 75.51 30.59 -
YUV 221.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 252 224 126 0 0.11 0.5 0.01 46.67 0.95 0.74
Hex FC E0 7E 0 B 32 1 2F 5F 4A
Octal 374 340 176 0 13 62 1 57 137 112
Binary 11111100 11100000 1111110 0 1011 110010 1 101111 1011111 1001010

Color Harmonies of #FCE07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE07E

Black with #FCE07E

Text Example


Text Example

White with #FCE07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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