Html Css Color HEX #FCE275 Sweet Corn

📋 copy color: '#FCE275'

red 252 ◦ green 226 ◦ blue 117

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

Shades of Sweet Corn #FCE275

Tints of Sweet Corn #FCE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.98%

 BLUE value IS 117 (46.09% from 255) = 19.66%

R = 42.35%
G = 37.98%
B = 19.66%

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

#FCE275 (or 0xFCE275) is known color: Sweet Corn. HEX triplet: FC, E2 and 75. RGB value is (252,226,117). Sum of RGB (Red+Green+Blue) = 252+226+117=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE275 is #031D8A. Grayscale: #DDDDDD. Windows color (decimal): -204171 or 7725820. OLE color: 7725820.

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

Color convert

RGB 252 226 117 -
CMYK 0 0.10 0.54 0.01
HSL 48.44º 0.96% 0.72% -
HSV(B) 48.44º 0.54% 0.99% -
XYZ 70.55 76.37 27.85 -
YUV 221.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 252 226 117 0 0.10 0.54 0.01 48.44 0.96 0.72
Hex FC E2 75 0 A 36 1 30 60 48
Octal 374 342 165 0 12 66 1 60 140 110
Binary 11111100 11100010 1110101 0 1010 110110 1 110000 1100000 1001000

Color Harmonies of #FCE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE275

Black with #FCE275

Text Example


Text Example

White with #FCE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE275; }

 p { color: rgb(252,226,117); }

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

background-color css

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

 a { background-color: rgb(252,226,117); }

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

border-color css

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

 span { border-color: rgb(252,226,117); }

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