Html Css Color HEX #FCE07A Sweet Corn

📋 copy color: '#FCE07A'

red 252 ◦ green 224 ◦ blue 122

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

Shades of Sweet Corn #FCE07A

Tints of Sweet Corn #FCE07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.4%

R = 42.14%
G = 37.46%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCE07A (or 0xFCE07A) is known color: Sweet Corn. HEX triplet: FC, E0 and 7A. RGB value is (252,224,122). Sum of RGB (Red+Green+Blue) = 252+224+122=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE07A is #031F85. Grayscale: #DDDDDD. Windows color (decimal): -204678 or 8052988. OLE color: 8052988.

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

Color convert

RGB 252 224 122 -
CMYK 0 0.11 0.52 0.01
HSL 47.08º 0.96% 0.73% -
HSV(B) 47.08º 0.52% 0.99% -
XYZ 70.31 75.41 29.26 -
YUV 220.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 252 224 122 0 0.11 0.52 0.01 47.08 0.96 0.73
Hex FC E0 7A 0 B 34 1 2F 60 49
Octal 374 340 172 0 13 64 1 57 140 111
Binary 11111100 11100000 1111010 0 1011 110100 1 101111 1100000 1001001

Color Harmonies of #FCE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE07A

Black with #FCE07A

Text Example


Text Example

White with #FCE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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