Html Css Color HEX #F9DF70 Sweet Corn

📋 copy color: '#F9DF70'

red 249 ◦ green 223 ◦ blue 112

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

Shades of Sweet Corn #F9DF70

Tints of Sweet Corn #F9DF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.18%

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

R = 42.64%
G = 38.18%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9DF70 (or 0xF9DF70) is known color: Sweet Corn. HEX triplet: F9, DF and 70. RGB value is (249,223,112). Sum of RGB (Red+Green+Blue) = 249+223+112=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DF70 is #06208F. Grayscale: #DADADA. Windows color (decimal): -401552 or 7397369. OLE color: 7397369.

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

Color convert

RGB 249 223 112 -
CMYK 0 0.10 0.55 0.02
HSL 48.61º 0.92% 0.71% -
HSV(B) 48.61º 0.55% 0.98% -
XYZ 68.38 74.08 26.03 -
YUV 218.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 249 223 112 0 0.10 0.55 0.02 48.61 0.92 0.71
Hex F9 DF 70 0 A 37 2 31 5C 47
Octal 371 337 160 0 12 67 2 61 134 107
Binary 11111001 11011111 1110000 0 1010 110111 10 110001 1011100 1000111

Color Harmonies of #F9DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DF70

Black with #F9DF70

Text Example


Text Example

White with #F9DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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