Html Css Color HEX #F9DB6A Sweet Corn

📋 copy color: '#F9DB6A'

red 249 ◦ green 219 ◦ blue 106

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

Shades of Sweet Corn #F9DB6A

Tints of Sweet Corn #F9DB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

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

R = 43.38%
G = 38.15%
B = 18.47%

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

#F9DB6A (or 0xF9DB6A) is known color: Sweet Corn. HEX triplet: F9, DB and 6A. RGB value is (249,219,106). Sum of RGB (Red+Green+Blue) = 249+219+106=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 106 (41.80% from 255 or 18.47% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB6A is #062495. Grayscale: #D7D7D7. Windows color (decimal): -402582 or 7003129. OLE color: 7003129.

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

Color convert

RGB 249 219 106 -
CMYK 0 0.12 0.57 0.02
HSL 47.41º 0.92% 0.7% -
HSV(B) 47.41º 0.57% 0.98% -
XYZ 67 71.84 23.97 -
YUV 215.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 249 219 106 0 0.12 0.57 0.02 47.41 0.92 0.7
Hex F9 DB 6A 0 C 39 2 2F 5C 46
Octal 371 333 152 0 14 71 2 57 134 106
Binary 11111001 11011011 1101010 0 1100 111001 10 101111 1011100 1000110

Color Harmonies of #F9DB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB6A

Black with #F9DB6A

Text Example


Text Example

White with #F9DB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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