Html Css Color HEX #F8D76F Sweet Corn

📋 copy color: '#F8D76F'

red 248 ◦ green 215 ◦ blue 111

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

Shades of Sweet Corn #F8D76F

Tints of Sweet Corn #F8D76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.46%

 BLUE value IS 111 (43.75% from 255) = 19.34%

R = 43.21%
G = 37.46%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8D76F (or 0xF8D76F) is known color: Sweet Corn. HEX triplet: F8, D7 and 6F. RGB value is (248,215,111). Sum of RGB (Red+Green+Blue) = 248+215+111=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D76F is #072890. Grayscale: #D5D5D5. Windows color (decimal): -469137 or 7329784. OLE color: 7329784.

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

Color convert

RGB 248 215 111 -
CMYK 0 0.13 0.55 0.03
HSL 45.55º 0.91% 0.7% -
HSV(B) 45.55º 0.55% 0.97% -
XYZ 65.88 69.71 25.02 -
YUV 213.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 248 215 111 0 0.13 0.55 0.03 45.55 0.91 0.7
Hex F8 D7 6F 0 D 37 3 2E 5B 46
Octal 370 327 157 0 15 67 3 56 133 106
Binary 11111000 11010111 1101111 0 1101 110111 11 101110 1011011 1000110

Color Harmonies of #F8D76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D76F

Black with #F8D76F

Text Example


Text Example

White with #F8D76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D76F; }

 p { color: rgb(248,215,111); }

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

background-color css

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

 a { background-color: rgb(248,215,111); }

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

border-color css

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

 span { border-color: rgb(248,215,111); }

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