Html Css Color HEX #F9DC70 Sweet Corn

📋 copy color: '#F9DC70'

red 249 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #F9DC70

Tints of Sweet Corn #F9DC70

RGB

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

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

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

R = 42.86%
G = 37.87%
B = 19.28%

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

#F9DC70 (or 0xF9DC70) is known color: Sweet Corn. HEX triplet: F9, DC and 70. RGB value is (249,220,112). Sum of RGB (Red+Green+Blue) = 249+220+112=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC70 is #06238F. Grayscale: #D8D8D8. Windows color (decimal): -402320 or 7396601. OLE color: 7396601.

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

Color convert

RGB 249 220 112 -
CMYK 0 0.12 0.55 0.02
HSL 47.3º 0.92% 0.71% -
HSV(B) 47.3º 0.55% 0.98% -
XYZ 67.58 72.5 25.76 -
YUV 216.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 249 220 112 0 0.12 0.55 0.02 47.3 0.92 0.71
Hex F9 DC 70 0 C 37 2 2F 5C 47
Octal 371 334 160 0 14 67 2 57 134 107
Binary 11111001 11011100 1110000 0 1100 110111 10 101111 1011100 1000111

Color Harmonies of #F9DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC70

Black with #F9DC70

Text Example


Text Example

White with #F9DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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