Html Css Color HEX #F9DC6A Sweet Corn

📋 copy color: '#F9DC6A'

red 249 ◦ green 220 ◦ blue 106

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

Shades of Sweet Corn #F9DC6A

Tints of Sweet Corn #F9DC6A

RGB

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

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

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

R = 43.3%
G = 38.26%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9DC6A (or 0xF9DC6A) is known color: Sweet Corn. HEX triplet: F9, DC and 6A. RGB value is (249,220,106). Sum of RGB (Red+Green+Blue) = 249+220+106=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC6A is #062395. Grayscale: #D8D8D8. Windows color (decimal): -402326 or 7003385. OLE color: 7003385.

HSL color Cylindrical-coordinate representation of color #F9DC6A: hue angle of 47.83º 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 #F9DC6A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 106 -
CMYK 0 0.12 0.57 0.02
HSL 47.83º 0.92% 0.7% -
HSV(B) 47.83º 0.57% 0.98% -
XYZ 67.26 72.37 24.06 -
YUV 215.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 249 220 106 0 0.12 0.57 0.02 47.83 0.92 0.7
Hex F9 DC 6A 0 C 39 2 30 5C 46
Octal 371 334 152 0 14 71 2 60 134 106
Binary 11111001 11011100 1101010 0 1100 111001 10 110000 1011100 1000110

Color Harmonies of #F9DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC6A

Black with #F9DC6A

Text Example


Text Example

White with #F9DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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