Html Css Color HEX #F1E16A Sweet Corn

📋 copy color: '#F1E16A'

red 241 ◦ green 225 ◦ blue 106

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

Shades of Sweet Corn #F1E16A

Tints of Sweet Corn #F1E16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.53%

R = 42.13%
G = 39.34%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1E16A (or 0xF1E16A) is known color: Sweet Corn. HEX triplet: F1, E1 and 6A. RGB value is (241,225,106). Sum of RGB (Red+Green+Blue) = 241+225+106=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 106 (41.80% from 255 or 18.53% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E16A is #0E1E95. Grayscale: #D8D8D8. Windows color (decimal): -925334 or 7004657. OLE color: 7004657.

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

Color convert

RGB 241 225 106 -
CMYK 0 0.07 0.56 0.05
HSL 52.89º 0.83% 0.68% -
HSV(B) 52.89º 0.56% 0.95% -
XYZ 65.8 73.59 24.37 -
YUV 216.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 241 225 106 0 0.07 0.56 0.05 52.89 0.83 0.68
Hex F1 E1 6A 0 7 38 5 35 53 44
Octal 361 341 152 0 7 70 5 65 123 104
Binary 11110001 11100001 1101010 0 111 111000 101 110101 1010011 1000100

Color Harmonies of #F1E16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E16A

Black with #F1E16A

Text Example


Text Example

White with #F1E16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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