Html Css Color HEX #F9DC74 Sweet Corn

📋 copy color: '#F9DC74'

red 249 ◦ green 220 ◦ blue 116

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

Shades of Sweet Corn #F9DC74

Tints of Sweet Corn #F9DC74

RGB

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

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

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

R = 42.56%
G = 37.61%
B = 19.83%

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

#F9DC74 (or 0xF9DC74) is known color: Sweet Corn. HEX triplet: F9, DC and 74. RGB value is (249,220,116). Sum of RGB (Red+Green+Blue) = 249+220+116=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC74 is #06238B. Grayscale: #D9D9D9. Windows color (decimal): -402316 or 7658745. OLE color: 7658745.

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

Color convert

RGB 249 220 116 -
CMYK 0 0.12 0.53 0.02
HSL 46.92º 0.92% 0.72% -
HSV(B) 46.92º 0.53% 0.98% -
XYZ 67.81 72.59 26.96 -
YUV 216.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 249 220 116 0 0.12 0.53 0.02 46.92 0.92 0.72
Hex F9 DC 74 0 C 35 2 2F 5C 48
Octal 371 334 164 0 14 65 2 57 134 110
Binary 11111001 11011100 1110100 0 1100 110101 10 101111 1011100 1001000

Color Harmonies of #F9DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC74

Black with #F9DC74

Text Example


Text Example

White with #F9DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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