#FF6B3F

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

Shades of Tomato #FF6B3F

Tints of Tomato #FF6B3F

Color information

#FF6B3F (or 0xFF6B3F) is unknown color: approx Tomato. HEX triplet: FF, 6B and 3F. RGB value is (255,107,63). Sum of RGB (Red+Green+Blue) = 255+107+63=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B3F is #0094C0. Grayscale: #929292. Windows color (decimal): -38081 or 4156415. OLE color: 4156415.

HSL color Cylindrical-coordinate representation of color #FF6B3F: hue angle of 13.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF6B3F is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25510763-
CMYK00.580.750
HSL13.75º100%62.35%-
HSV(B)13.75º75.29%100%-
XYZ47.3932.138.41-
YUV146.2481.03205.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 63 (25% from 255) = 14.82%
R=60%
G=25.18%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551076300.580.75013.7510062.35
HexFF6B3F03A4B0e643e
Octal3771537707211301614476
Binary11111111110101111111101110101001011011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6B3F; }

 p { color: rgb(255,107,63); }

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

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

 a { background-color: rgb(255,107,63); }

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

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

 span { border-color: rgb(255,107,63); }

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