Html Css Color HEX #F1F060 Corn

📋 copy color: '#F1F060'

red 241 ◦ green 240 ◦ blue 96

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

Shades of Corn #F1F060

Tints of Corn #F1F060

RGB

 RED value IS 241 (94.53% from 255) = 41.77%

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

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

R = 41.77%
G = 41.59%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1F060 (or 0xF1F060) is known color: Corn. HEX triplet: F1, F0 and 60. RGB value is (241,240,96). Sum of RGB (Red+Green+Blue) = 241+240+96=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F060 is #0E0F9F. Grayscale: #E0E0E0. Windows color (decimal): -921504 or 6353137. OLE color: 6353137.

HSL color Cylindrical-coordinate representation of color #F1F060: hue angle of 59.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1F060 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 96 -
CMYK 0 0.00 0.60 0.05
HSL 59.59º 0.84% 0.66% -
HSV(B) 59.59º 0.6% 0.95% -
XYZ 69.55 81.87 23.2 -
YUV 223.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 241 240 96 0 0.00 0.60 0.05 59.59 0.84 0.66
Hex F1 F0 60 0 0 3C 5 3C 54 42
Octal 361 360 140 0 0 74 5 74 124 102
Binary 11110001 11110000 1100000 0 0 111100 101 111100 1010100 1000010

Color Harmonies of #F1F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F060

Black with #F1F060

Text Example


Text Example

White with #F1F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F060; }

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

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

background-color css

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

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

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

border-color css

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

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

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