Html Css Color HEX #F8E770 Sweet Corn

📋 copy color: '#F8E770'

red 248 ◦ green 231 ◦ blue 112

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

Shades of Sweet Corn #F8E770

Tints of Sweet Corn #F8E770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.09%

 BLUE value IS 112 (44.14% from 255) = 18.95%

R = 41.96%
G = 39.09%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8E770 (or 0xF8E770) is known color: Sweet Corn. HEX triplet: F8, E7 and 70. RGB value is (248,231,112). Sum of RGB (Red+Green+Blue) = 248+231+112=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E770 is #07188F. Grayscale: #DFDFDF. Windows color (decimal): -465040 or 7399416. OLE color: 7399416.

HSL color Cylindrical-coordinate representation of color #F8E770: hue angle of 52.5º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8E770 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 231 112 -
CMYK 0 0.07 0.55 0.03
HSL 52.5º 0.91% 0.71% -
HSV(B) 52.5º 0.55% 0.97% -
XYZ 70.21 78.28 26.74 -
YUV 222.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 248 231 112 0 0.07 0.55 0.03 52.5 0.91 0.71
Hex F8 E7 70 0 7 37 3 34 5B 47
Octal 370 347 160 0 7 67 3 64 133 107
Binary 11111000 11100111 1110000 0 111 110111 11 110100 1011011 1000111

Color Harmonies of #F8E770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E770

Black with #F8E770

Text Example


Text Example

White with #F8E770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E770; }

 p { color: rgb(248,231,112); }

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

background-color css

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

 a { background-color: rgb(248,231,112); }

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

border-color css

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

 span { border-color: rgb(248,231,112); }

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