Html Css Color HEX #F8D970 Sweet Corn

📋 copy color: '#F8D970'

red 248 ◦ green 217 ◦ blue 112

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

Shades of Sweet Corn #F8D970

Tints of Sweet Corn #F8D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.61%

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

R = 42.98%
G = 37.61%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8D970 (or 0xF8D970) is known color: Sweet Corn. HEX triplet: F8, D9 and 70. RGB value is (248,217,112). Sum of RGB (Red+Green+Blue) = 248+217+112=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D970 is #07268F. Grayscale: #D6D6D6. Windows color (decimal): -468624 or 7395832. OLE color: 7395832.

HSL color Cylindrical-coordinate representation of color #F8D970: hue angle of 46.32º 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 #F8D970 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 112 -
CMYK 0 0.12 0.55 0.03
HSL 46.32º 0.91% 0.71% -
HSV(B) 46.32º 0.55% 0.97% -
XYZ 66.45 70.75 25.48 -
YUV 214.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 248 217 112 0 0.12 0.55 0.03 46.32 0.91 0.71
Hex F8 D9 70 0 C 37 3 2E 5B 47
Octal 370 331 160 0 14 67 3 56 133 107
Binary 11111000 11011001 1110000 0 1100 110111 11 101110 1011011 1000111

Color Harmonies of #F8D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D970

Black with #F8D970

Text Example


Text Example

White with #F8D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D970; }

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

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

background-color css

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

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

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

border-color css

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

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

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