Html Css Color HEX #F9E272 Sweet Corn

📋 copy color: '#F9E272'

red 249 ◦ green 226 ◦ blue 114

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

Shades of Sweet Corn #F9E272

Tints of Sweet Corn #F9E272

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

 BLUE value IS 114 (44.92% from 255) = 19.35%

R = 42.28%
G = 38.37%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F9E272 (or 0xF9E272) is known color: Sweet Corn. HEX triplet: F9, E2 and 72. RGB value is (249,226,114). Sum of RGB (Red+Green+Blue) = 249+226+114=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 114 (44.92% from 255 or 19.35% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E272 is #061D8D. Grayscale: #DCDCDC. Windows color (decimal): -400782 or 7529209. OLE color: 7529209.

HSL color Cylindrical-coordinate representation of color #F9E272: hue angle of 49.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9E272 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 226 114 -
CMYK 0 0.09 0.54 0.02
HSL 49.78º 0.92% 0.71% -
HSV(B) 49.78º 0.54% 0.98% -
XYZ 69.3 75.75 26.89 -
YUV 220.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 249 226 114 0 0.09 0.54 0.02 49.78 0.92 0.71
Hex F9 E2 72 0 9 36 2 32 5C 47
Octal 371 342 162 0 11 66 2 62 134 107
Binary 11111001 11100010 1110010 0 1001 110110 10 110010 1011100 1000111

Color Harmonies of #F9E272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E272

Black with #F9E272

Text Example


Text Example

White with #F9E272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E272; }

 p { color: rgb(249,226,114); }

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

background-color css

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

 a { background-color: rgb(249,226,114); }

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

border-color css

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

 span { border-color: rgb(249,226,114); }

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