Html Css Color HEX #F8DC6D Sweet Corn

📋 copy color: '#F8DC6D'

red 248 ◦ green 220 ◦ blue 109

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

Shades of Sweet Corn #F8DC6D

Tints of Sweet Corn #F8DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.13%

 BLUE value IS 109 (42.97% from 255) = 18.89%

R = 42.98%
G = 38.13%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8DC6D (or 0xF8DC6D) is known color: Sweet Corn. HEX triplet: F8, DC and 6D. RGB value is (248,220,109). Sum of RGB (Red+Green+Blue) = 248+220+109=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC6D is #072392. Grayscale: #D8D8D8. Windows color (decimal): -467859 or 7199992. OLE color: 7199992.

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

Color convert

RGB 248 220 109 -
CMYK 0 0.11 0.56 0.03
HSL 47.91º 0.91% 0.7% -
HSV(B) 47.91º 0.56% 0.97% -
XYZ 67.06 72.25 24.88 -
YUV 215.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 248 220 109 0 0.11 0.56 0.03 47.91 0.91 0.7
Hex F8 DC 6D 0 B 38 3 30 5B 46
Octal 370 334 155 0 13 70 3 60 133 106
Binary 11111000 11011100 1101101 0 1011 111000 11 110000 1011011 1000110

Color Harmonies of #F8DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC6D

Black with #F8DC6D

Text Example


Text Example

White with #F8DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC6D; }

 p { color: rgb(248,220,109); }

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

background-color css

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

 a { background-color: rgb(248,220,109); }

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

border-color css

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

 span { border-color: rgb(248,220,109); }

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