Html Css Color HEX #F8E375 Sweet Corn

📋 copy color: '#F8E375'

red 248 ◦ green 227 ◦ blue 117

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

Shades of Sweet Corn #F8E375

Tints of Sweet Corn #F8E375

RGB

 RED value IS 248 (97.27% from 255) = 41.89%

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

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

R = 41.89%
G = 38.34%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8E375 (or 0xF8E375) is known color: Sweet Corn. HEX triplet: F8, E3 and 75. RGB value is (248,227,117). Sum of RGB (Red+Green+Blue) = 248+227+117=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E375 is #071C8A. Grayscale: #DDDDDD. Windows color (decimal): -466059 or 7726072. OLE color: 7726072.

HSL color Cylindrical-coordinate representation of color #F8E375: hue angle of 50.38º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8E375 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 227 117 -
CMYK 0 0.08 0.53 0.03
HSL 50.38º 0.9% 0.72% -
HSV(B) 50.38º 0.53% 0.97% -
XYZ 69.39 76.18 27.88 -
YUV 220.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 248 227 117 0 0.08 0.53 0.03 50.38 0.9 0.72
Hex F8 E3 75 0 8 35 3 32 5A 48
Octal 370 343 165 0 10 65 3 62 132 110
Binary 11111000 11100011 1110101 0 1000 110101 11 110010 1011010 1001000

Color Harmonies of #F8E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E375

Black with #F8E375

Text Example


Text Example

White with #F8E375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E375; }

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

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

background-color css

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

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

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

border-color css

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

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

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