Html Css Color HEX #F9DD6D Sweet Corn

📋 copy color: '#F9DD6D'

red 249 ◦ green 221 ◦ blue 109

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

Shades of Sweet Corn #F9DD6D

Tints of Sweet Corn #F9DD6D

RGB

 RED value IS 249 (97.66% from 255) = 43.01%

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

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

R = 43.01%
G = 38.17%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9DD6D (or 0xF9DD6D) is known color: Sweet Corn. HEX triplet: F9, DD and 6D. RGB value is (249,221,109). Sum of RGB (Red+Green+Blue) = 249+221+109=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DD6D is #062292. Grayscale: #D9D9D9. Windows color (decimal): -402067 or 7200249. OLE color: 7200249.

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

Color convert

RGB 249 221 109 -
CMYK 0 0.11 0.56 0.02
HSL 48º 0.92% 0.7% -
HSV(B) 48º 0.56% 0.98% -
XYZ 67.68 72.96 24.98 -
YUV 216.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 249 221 109 0 0.11 0.56 0.02 48 0.92 0.7
Hex F9 DD 6D 0 B 38 2 30 5C 46
Octal 371 335 155 0 13 70 2 60 134 106
Binary 11111001 11011101 1101101 0 1011 111000 10 110000 1011100 1000110

Color Harmonies of #F9DD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DD6D

Black with #F9DD6D

Text Example


Text Example

White with #F9DD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DD6D; }

 p { color: rgb(249,221,109); }

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

background-color css

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

 a { background-color: rgb(249,221,109); }

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

border-color css

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

 span { border-color: rgb(249,221,109); }

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