Html Css Color HEX #F9DB70 Sweet Corn

📋 copy color: '#F9DB70'

red 249 ◦ green 219 ◦ blue 112

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

Shades of Sweet Corn #F9DB70

Tints of Sweet Corn #F9DB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.31%

R = 42.93%
G = 37.76%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9DB70 (or 0xF9DB70) is known color: Sweet Corn. HEX triplet: F9, DB and 70. RGB value is (249,219,112). Sum of RGB (Red+Green+Blue) = 249+219+112=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB70 is #06248F. Grayscale: #D8D8D8. Windows color (decimal): -402576 or 7396345. OLE color: 7396345.

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

Color convert

RGB 249 219 112 -
CMYK 0 0.12 0.55 0.02
HSL 46.86º 0.92% 0.71% -
HSV(B) 46.86º 0.55% 0.98% -
XYZ 67.32 71.97 25.67 -
YUV 215.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 249 219 112 0 0.12 0.55 0.02 46.86 0.92 0.71
Hex F9 DB 70 0 C 37 2 2F 5C 47
Octal 371 333 160 0 14 67 2 57 134 107
Binary 11111001 11011011 1110000 0 1100 110111 10 101111 1011100 1000111

Color Harmonies of #F9DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB70

Black with #F9DB70

Text Example


Text Example

White with #F9DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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