Html Css Color HEX #F8D670 Sweet Corn

📋 copy color: '#F8D670'

red 248 ◦ green 214 ◦ blue 112

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

Shades of Sweet Corn #F8D670

Tints of Sweet Corn #F8D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.28%

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

R = 43.21%
G = 37.28%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8D670 (or 0xF8D670) is known color: Sweet Corn. HEX triplet: F8, D6 and 70. RGB value is (248,214,112). Sum of RGB (Red+Green+Blue) = 248+214+112=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D670 is #07298F. Grayscale: #D4D4D4. Windows color (decimal): -469392 or 7395064. OLE color: 7395064.

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

Color convert

RGB 248 214 112 -
CMYK 0 0.14 0.55 0.03
HSL 45º 0.91% 0.71% -
HSV(B) 45º 0.55% 0.97% -
XYZ 65.68 69.22 25.23 -
YUV 212.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 248 214 112 0 0.14 0.55 0.03 45 0.91 0.71
Hex F8 D6 70 0 E 37 3 2D 5B 47
Octal 370 326 160 0 16 67 3 55 133 107
Binary 11111000 11010110 1110000 0 1110 110111 11 101101 1011011 1000111

Color Harmonies of #F8D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D670

Black with #F8D670

Text Example


Text Example

White with #F8D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D670; }

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

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

background-color css

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

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

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

border-color css

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

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

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