Html Css Color HEX #F6F15E Corn

📋 copy color: '#F6F15E'

red 246 ◦ green 241 ◦ blue 94

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

Shades of Corn #F6F15E

Tints of Corn #F6F15E

RGB

 RED value IS 246 (96.48% from 255) = 42.34%

 GREEN value IS 241 (94.53% from 255) = 41.48%

 BLUE value IS 94 (37.11% from 255) = 16.18%

R = 42.34%
G = 41.48%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6F15E (or 0xF6F15E) is known color: Corn. HEX triplet: F6, F1 and 5E. RGB value is (246,241,94). Sum of RGB (Red+Green+Blue) = 246+241+94=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 94 (37.11% from 255 or 16.18% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F15E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F15E is #090EA1. Grayscale: #E2E2E2. Windows color (decimal): -593570 or 6222326. OLE color: 6222326.

HSL color Cylindrical-coordinate representation of color #F6F15E: hue angle of 58.03º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6F15E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 241 94 -
CMYK 0 0.02 0.62 0.04
HSL 58.03º 0.89% 0.67% -
HSV(B) 58.03º 0.62% 0.96% -
XYZ 71.48 83.31 22.9 -
YUV 225.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 246 241 94 0 0.02 0.62 0.04 58.03 0.89 0.67
Hex F6 F1 5E 0 2 3E 4 3A 59 43
Octal 366 361 136 0 2 76 4 72 131 103
Binary 11110110 11110001 1011110 0 10 111110 100 111010 1011001 1000011

Color Harmonies of #F6F15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F15E

Black with #F6F15E

Text Example


Text Example

White with #F6F15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F15E; }

 p { color: rgb(246,241,94); }

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

background-color css

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

 a { background-color: rgb(246,241,94); }

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

border-color css

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

 span { border-color: rgb(246,241,94); }

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