Html Css Color HEX #F8DD6E Sweet Corn

📋 copy color: '#F8DD6E'

red 248 ◦ green 221 ◦ blue 110

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

Shades of Sweet Corn #F8DD6E

Tints of Sweet Corn #F8DD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 110 (43.36% from 255) = 19%

R = 42.83%
G = 38.17%
B = 19%

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

#F8DD6E (or 0xF8DD6E) is known color: Sweet Corn. HEX triplet: F8, DD and 6E. RGB value is (248,221,110). Sum of RGB (Red+Green+Blue) = 248+221+110=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 110 (43.36% from 255 or 19.00% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DD6E is #072291. Grayscale: #D8D8D8. Windows color (decimal): -467602 or 7265784. OLE color: 7265784.

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

Color convert

RGB 248 221 110 -
CMYK 0 0.11 0.56 0.03
HSL 48.26º 0.91% 0.7% -
HSV(B) 48.26º 0.56% 0.97% -
XYZ 67.38 72.8 25.25 -
YUV 216.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 248 221 110 0 0.11 0.56 0.03 48.26 0.91 0.7
Hex F8 DD 6E 0 B 38 3 30 5B 46
Octal 370 335 156 0 13 70 3 60 133 106
Binary 11111000 11011101 1101110 0 1011 111000 11 110000 1011011 1000110

Color Harmonies of #F8DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DD6E

Black with #F8DD6E

Text Example


Text Example

White with #F8DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DD6E; }

 p { color: rgb(248,221,110); }

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

background-color css

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

 a { background-color: rgb(248,221,110); }

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

border-color css

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

 span { border-color: rgb(248,221,110); }

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