Html Css Color HEX #FCEA7E Sweet Corn

📋 copy color: '#FCEA7E'

red 252 ◦ green 234 ◦ blue 126

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

Shades of Sweet Corn #FCEA7E

Tints of Sweet Corn #FCEA7E

RGB

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

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

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

R = 41.18%
G = 38.24%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCEA7E (or 0xFCEA7E) is known color: Sweet Corn. HEX triplet: FC, EA and 7E. RGB value is (252,234,126). Sum of RGB (Red+Green+Blue) = 252+234+126=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 126 (49.61% from 255 or 20.59% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA7E is #031581. Grayscale: #E3E3E3. Windows color (decimal): -202114 or 8317692. OLE color: 8317692.

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

Color convert

RGB 252 234 126 -
CMYK 0 0.07 0.5 0.01
HSL 51.43º 0.95% 0.74% -
HSV(B) 51.43º 0.5% 0.99% -
XYZ 73.33 81.05 31.52 -
YUV 227.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 252 234 126 0 0.07 0.5 0.01 51.43 0.95 0.74
Hex FC EA 7E 0 7 32 1 33 5F 4A
Octal 374 352 176 0 7 62 1 63 137 112
Binary 11111100 11101010 1111110 0 111 110010 1 110011 1011111 1001010

Color Harmonies of #FCEA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA7E

Black with #FCEA7E

Text Example


Text Example

White with #FCEA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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