Html Css Color HEX #F9DB74 Sweet Corn

📋 copy color: '#F9DB74'

red 249 ◦ green 219 ◦ blue 116

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

Shades of Sweet Corn #F9DB74

Tints of Sweet Corn #F9DB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.86%

R = 42.64%
G = 37.5%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9DB74 (or 0xF9DB74) is known color: Sweet Corn. HEX triplet: F9, DB and 74. RGB value is (249,219,116). Sum of RGB (Red+Green+Blue) = 249+219+116=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB74 is #06248B. Grayscale: #D8D8D8. Windows color (decimal): -402572 or 7658489. OLE color: 7658489.

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

Color convert

RGB 249 219 116 -
CMYK 0 0.12 0.53 0.02
HSL 46.47º 0.92% 0.72% -
HSV(B) 46.47º 0.53% 0.98% -
XYZ 67.55 72.06 26.87 -
YUV 216.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 249 219 116 0 0.12 0.53 0.02 46.47 0.92 0.72
Hex F9 DB 74 0 C 35 2 2E 5C 48
Octal 371 333 164 0 14 65 2 56 134 110
Binary 11111001 11011011 1110100 0 1100 110101 10 101110 1011100 1001000

Color Harmonies of #F9DB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB74

Black with #F9DB74

Text Example


Text Example

White with #F9DB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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