Html Css Color HEX #F1E165 Corn

📋 copy color: '#F1E165'

red 241 ◦ green 225 ◦ blue 101

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

Shades of Corn #F1E165

Tints of Corn #F1E165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.81%

R = 42.5%
G = 39.68%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1E165 (or 0xF1E165) is known color: Corn. HEX triplet: F1, E1 and 65. RGB value is (241,225,101). Sum of RGB (Red+Green+Blue) = 241+225+101=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E165 is #0E1E9A. Grayscale: #D8D8D8. Windows color (decimal): -925339 or 6676977. OLE color: 6676977.

HSL color Cylindrical-coordinate representation of color #F1E165: hue angle of 53.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1E165 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 225 101 -
CMYK 0 0.07 0.58 0.05
HSL 53.14º 0.83% 0.67% -
HSV(B) 53.14º 0.58% 0.95% -
XYZ 65.55 73.49 23.04 -
YUV 215.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 241 225 101 0 0.07 0.58 0.05 53.14 0.83 0.67
Hex F1 E1 65 0 7 3A 5 35 53 43
Octal 361 341 145 0 7 72 5 65 123 103
Binary 11110001 11100001 1100101 0 111 111010 101 110101 1010011 1000011

Color Harmonies of #F1E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E165

Black with #F1E165

Text Example


Text Example

White with #F1E165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E165; }

 p { color: rgb(241,225,101); }

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

background-color css

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

 a { background-color: rgb(241,225,101); }

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

border-color css

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

 span { border-color: rgb(241,225,101); }

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