Html Css Color HEX #FCEA7F Sweet Corn

📋 copy color: '#FCEA7F'

red 252 ◦ green 234 ◦ blue 127

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

Shades of Sweet Corn #FCEA7F

Tints of Sweet Corn #FCEA7F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 127 (50% from 255) = 20.72%

R = 41.11%
G = 38.17%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCEA7F (or 0xFCEA7F) is known color: Sweet Corn. HEX triplet: FC, EA and 7F. RGB value is (252,234,127). Sum of RGB (Red+Green+Blue) = 252+234+127=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 127 (50% from 255 or 20.72% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA7F is #031580. Grayscale: #E3E3E3. Windows color (decimal): -202113 or 8383228. OLE color: 8383228.

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

Color convert

RGB 252 234 127 -
CMYK 0 0.07 0.50 0.01
HSL 51.36º 0.95% 0.74% -
HSV(B) 51.36º 0.5% 0.99% -
XYZ 73.4 81.07 31.86 -
YUV 227.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 252 234 127 0 0.07 0.50 0.01 51.36 0.95 0.74
Hex FC EA 7F 0 7 32 1 33 5F 4A
Octal 374 352 177 0 7 62 1 63 137 112
Binary 11111100 11101010 1111111 0 111 110010 1 110011 1011111 1001010

Color Harmonies of #FCEA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA7F

Black with #FCEA7F

Text Example


Text Example

White with #FCEA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA7F; }

 p { color: rgb(252,234,127); }

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

background-color css

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

 a { background-color: rgb(252,234,127); }

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

border-color css

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

 span { border-color: rgb(252,234,127); }

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