Html Css Color HEX #F9E370 Sweet Corn

📋 copy color: '#F9E370'

red 249 ◦ green 227 ◦ blue 112

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

Shades of Sweet Corn #F9E370

Tints of Sweet Corn #F9E370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

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

R = 42.35%
G = 38.61%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9E370 (or 0xF9E370) is known color: Sweet Corn. HEX triplet: F9, E3 and 70. RGB value is (249,227,112). Sum of RGB (Red+Green+Blue) = 249+227+112=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E370 is #061C8F. Grayscale: #DCDCDC. Windows color (decimal): -400528 or 7398393. OLE color: 7398393.

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

Color convert

RGB 249 227 112 -
CMYK 0 0.09 0.55 0.02
HSL 50.36º 0.92% 0.71% -
HSV(B) 50.36º 0.55% 0.98% -
XYZ 69.46 76.25 26.39 -
YUV 220.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 249 227 112 0 0.09 0.55 0.02 50.36 0.92 0.71
Hex F9 E3 70 0 9 37 2 32 5C 47
Octal 371 343 160 0 11 67 2 62 134 107
Binary 11111001 11100011 1110000 0 1001 110111 10 110010 1011100 1000111

Color Harmonies of #F9E370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E370

Black with #F9E370

Text Example


Text Example

White with #F9E370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E370; }

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

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

background-color css

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

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

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

border-color css

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

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

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