Html Css Color HEX #FCEA7D Sweet Corn

📋 copy color: '#FCEA7D'

red 252 ◦ green 234 ◦ blue 125

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

Shades of Sweet Corn #FCEA7D

Tints of Sweet Corn #FCEA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.46%

R = 41.24%
G = 38.3%
B = 20.46%

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

#FCEA7D (or 0xFCEA7D) is known color: Sweet Corn. HEX triplet: FC, EA and 7D. RGB value is (252,234,125). Sum of RGB (Red+Green+Blue) = 252+234+125=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA7D is #031582. Grayscale: #E3E3E3. Windows color (decimal): -202115 or 8252156. OLE color: 8252156.

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

Color convert

RGB 252 234 125 -
CMYK 0 0.07 0.50 0.01
HSL 51.5º 0.95% 0.74% -
HSV(B) 51.5º 0.5% 0.99% -
XYZ 73.27 81.02 31.18 -
YUV 226.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 252 234 125 0 0.07 0.50 0.01 51.5 0.95 0.74
Hex FC EA 7D 0 7 32 1 33 5F 4A
Octal 374 352 175 0 7 62 1 63 137 112
Binary 11111100 11101010 1111101 0 111 110010 1 110011 1011111 1001010

Color Harmonies of #FCEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA7D

Black with #FCEA7D

Text Example


Text Example

White with #FCEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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