#F38C65

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

Shades of Atomic Tangerine #F38C65

Tints of Atomic Tangerine #F38C65

Color information

#F38C65 (or 0xF38C65) is unknown color: approx Atomic Tangerine. HEX triplet: F3, 8C and 65. RGB value is (243,140,101). Sum of RGB (Red+Green+Blue) = 243+140+101=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C65 is #0C739A. Grayscale: #A6A6A6. Windows color (decimal): -816027 or 6655219. OLE color: 6655219.

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

Color convert

RGB243140101-
CMYK00.420.580.05
HSL16.48º85.54%67.45%-
HSV(B)16.48º58.44%95.29%-
XYZ48.6938.7517.23-
YUV166.3591.12182.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.21%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=50.21%
G=28.93%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314010100.420.580.0516.4885.5467.45
HexF38C6502A3A5105643
Octal36321414505272520126103
Binary1111001110001100110010101010101110101011000010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38C65; }

 p { color: rgb(243,140,101); }

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

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

 a { background-color: rgb(243,140,101); }

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

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

 span { border-color: rgb(243,140,101); }

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