Html Css Color HEX #F6F060 Corn

📋 copy color: '#F6F060'

red 246 ◦ green 240 ◦ blue 96

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

Shades of Corn #F6F060

Tints of Corn #F6F060

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.24%

 BLUE value IS 96 (37.89% from 255) = 16.49%

R = 42.27%
G = 41.24%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F6F060 (or 0xF6F060) is known color: Corn. HEX triplet: F6, F0 and 60. RGB value is (246,240,96). Sum of RGB (Red+Green+Blue) = 246+240+96=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 96 (37.89% from 255 or 16.49% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F060 is #090F9F. Grayscale: #E1E1E1. Windows color (decimal): -593824 or 6353142. OLE color: 6353142.

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

Color convert

RGB 246 240 96 -
CMYK 0 0.02 0.61 0.04
HSL 57.6º 0.89% 0.67% -
HSV(B) 57.6º 0.61% 0.96% -
XYZ 71.28 82.76 23.28 -
YUV 225.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 246 240 96 0 0.02 0.61 0.04 57.6 0.89 0.67
Hex F6 F0 60 0 2 3D 4 3A 59 43
Octal 366 360 140 0 2 75 4 72 131 103
Binary 11110110 11110000 1100000 0 10 111101 100 111010 1011001 1000011

Color Harmonies of #F6F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F060

Black with #F6F060

Text Example


Text Example

White with #F6F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F060; }

 p { color: rgb(246,240,96); }

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

background-color css

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

 a { background-color: rgb(246,240,96); }

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

border-color css

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

 span { border-color: rgb(246,240,96); }

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