Html Css Color HEX #FCE373 Sweet Corn

📋 copy color: '#FCE373'

red 252 ◦ green 227 ◦ blue 115

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

Shades of Sweet Corn #FCE373

Tints of Sweet Corn #FCE373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.22%

 BLUE value IS 115 (45.31% from 255) = 19.36%

R = 42.42%
G = 38.22%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCE373 (or 0xFCE373) is known color: Sweet Corn. HEX triplet: FC, E3 and 73. RGB value is (252,227,115). Sum of RGB (Red+Green+Blue) = 252+227+115=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 115 (45.31% from 255 or 19.36% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE373 is #031C8C. Grayscale: #DEDEDE. Windows color (decimal): -203917 or 7595004. OLE color: 7595004.

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

Color convert

RGB 252 227 115 -
CMYK 0 0.10 0.54 0.01
HSL 49.05º 0.96% 0.72% -
HSV(B) 49.05º 0.54% 0.99% -
XYZ 70.71 76.87 27.33 -
YUV 221.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 252 227 115 0 0.10 0.54 0.01 49.05 0.96 0.72
Hex FC E3 73 0 A 36 1 31 60 48
Octal 374 343 163 0 12 66 1 61 140 110
Binary 11111100 11100011 1110011 0 1010 110110 1 110001 1100000 1001000

Color Harmonies of #FCE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE373

Black with #FCE373

Text Example


Text Example

White with #FCE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE373; }

 p { color: rgb(252,227,115); }

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

background-color css

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

 a { background-color: rgb(252,227,115); }

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

border-color css

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

 span { border-color: rgb(252,227,115); }

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