Html Css Color HEX #FCE375 Sweet Corn

📋 copy color: '#FCE375'

red 252 ◦ green 227 ◦ blue 117

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

Shades of Sweet Corn #FCE375

Tints of Sweet Corn #FCE375

RGB

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

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

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

R = 42.28%
G = 38.09%
B = 19.63%

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

#FCE375 (or 0xFCE375) is known color: Sweet Corn. HEX triplet: FC, E3 and 75. RGB value is (252,227,117). Sum of RGB (Red+Green+Blue) = 252+227+117=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 117 (46.09% from 255 or 19.63% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE375 is #031C8A. Grayscale: #DEDEDE. Windows color (decimal): -203915 or 7726076. OLE color: 7726076.

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

Color convert

RGB 252 227 117 -
CMYK 0 0.10 0.54 0.01
HSL 48.89º 0.96% 0.72% -
HSV(B) 48.89º 0.54% 0.99% -
XYZ 70.82 76.92 27.94 -
YUV 221.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 252 227 117 0 0.10 0.54 0.01 48.89 0.96 0.72
Hex FC E3 75 0 A 36 1 31 60 48
Octal 374 343 165 0 12 66 1 61 140 110
Binary 11111100 11100011 1110101 0 1010 110110 1 110001 1100000 1001000

Color Harmonies of #FCE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE375

Black with #FCE375

Text Example


Text Example

White with #FCE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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