#F19065

Color #F19065 Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #F19065

Tints of Atomic Tangerine #F19065

Color information

#F19065 (or 0xF19065) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 90 and 65. RGB value is (241,144,101). Sum of RGB (Red+Green+Blue) = 241+144+101=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F19065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19065 is #0E6F9A. Grayscale: #A8A8A8. Windows color (decimal): -946075 or 6656241. OLE color: 6656241.

HSL color Cylindrical-coordinate representation of color #F19065: hue angle of 18.43º 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 #F19065 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241144101-
CMYK00.400.580.05
HSL18.43º83.33%67.06%-
HSV(B)18.43º58.09%94.51%-
XYZ48.639.5917.39-
YUV168.190.14180-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 101 (39.84% from 255) = 20.78%
R=49.59%
G=29.63%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114410100.400.580.0518.4383.3367.06
HexF190650283A5125343
Octal36122014505072522123103
Binary1111000110010000110010101010001110101011001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19065; }

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

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

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

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

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

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

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

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