#F1A641

Color #F1A641 Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #F1A641

Tints of Yellow Sea #F1A641

Color information

#F1A641 (or 0xF1A641) is unknown color: approx Yellow Sea. HEX triplet: F1, A6 and 41. RGB value is (241,166,65). Sum of RGB (Red+Green+Blue) = 241+166+65=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A641 is #0E59BE. Grayscale: #B1B1B1. Windows color (decimal): -940479 or 4302577. OLE color: 4302577.

HSL color Cylindrical-coordinate representation of color #F1A641: hue angle of 34.43º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1A641 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24116665-
CMYK00.310.730.05
HSL34.43º86.27%60%-
HSV(B)34.43º73.03%94.51%-
XYZ50.8746.3511.27-
YUV176.9164.85173.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.06%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 65 (25.78% from 255) = 13.77%
R=51.06%
G=35.17%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411666500.310.730.0534.4386.2760
HexF1A64101F49522563c
Octal36124610103711154212674
Binary1111000110100110100000101111110010011011000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A641; }

 p { color: rgb(241,166,65); }

 H1.HeaderClassName
 {
   color: #F1A641;
 }
 .AnyTagClassName
 {
   color: #F1A641;
 }
</style>
background-color css

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

 a { background-color: rgb(241,166,65); }

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

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

 span { border-color: rgb(241,166,65); }

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