Html Css Color HEX #F9DD6A Sweet Corn

📋 copy color: '#F9DD6A'

red 249 ◦ green 221 ◦ blue 106

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

Shades of Sweet Corn #F9DD6A

Tints of Sweet Corn #F9DD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.4%

R = 43.23%
G = 38.37%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9DD6A (or 0xF9DD6A) is known color: Sweet Corn. HEX triplet: F9, DD and 6A. RGB value is (249,221,106). Sum of RGB (Red+Green+Blue) = 249+221+106=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 106 (41.80% from 255 or 18.40% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DD6A is #062295. Grayscale: #D8D8D8. Windows color (decimal): -402070 or 7003641. OLE color: 7003641.

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

Color convert

RGB 249 221 106 -
CMYK 0 0.11 0.57 0.02
HSL 48.25º 0.92% 0.7% -
HSV(B) 48.25º 0.57% 0.98% -
XYZ 67.52 72.89 24.15 -
YUV 216.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 249 221 106 0 0.11 0.57 0.02 48.25 0.92 0.7
Hex F9 DD 6A 0 B 39 2 30 5C 46
Octal 371 335 152 0 13 71 2 60 134 106
Binary 11111001 11011101 1101010 0 1011 111001 10 110000 1011100 1000110

Color Harmonies of #F9DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DD6A

Black with #F9DD6A

Text Example


Text Example

White with #F9DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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