Html Css Color HEX #F9E170 Sweet Corn

📋 copy color: '#F9E170'

red 249 ◦ green 225 ◦ blue 112

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

Shades of Sweet Corn #F9E170

Tints of Sweet Corn #F9E170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.4%

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

R = 42.49%
G = 38.4%
B = 19.11%

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

#F9E170 (or 0xF9E170) is known color: Sweet Corn. HEX triplet: F9, E1 and 70. RGB value is (249,225,112). Sum of RGB (Red+Green+Blue) = 249+225+112=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E170 is #061E8F. Grayscale: #DBDBDB. Windows color (decimal): -401040 or 7397881. OLE color: 7397881.

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

Color convert

RGB 249 225 112 -
CMYK 0 0.10 0.55 0.02
HSL 49.49º 0.92% 0.71% -
HSV(B) 49.49º 0.55% 0.98% -
XYZ 68.92 75.16 26.2 -
YUV 219.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 249 225 112 0 0.10 0.55 0.02 49.49 0.92 0.71
Hex F9 E1 70 0 A 37 2 31 5C 47
Octal 371 341 160 0 12 67 2 61 134 107
Binary 11111001 11100001 1110000 0 1010 110111 10 110001 1011100 1000111

Color Harmonies of #F9E170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E170

Black with #F9E170

Text Example


Text Example

White with #F9E170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E170; }

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

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

background-color css

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

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

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

border-color css

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

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

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