#F68F15

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

Shades of Carrot Orange #F68F15

Tints of Carrot Orange #F68F15

Color information

#F68F15 (or 0xF68F15) is unknown color: approx Carrot Orange. HEX triplet: F6, 8F and 15. RGB value is (246,143,21). Sum of RGB (Red+Green+Blue) = 246+143+21=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68F15 is #0970EA. Grayscale: #A0A0A0. Windows color (decimal): -618731 or 1413110. OLE color: 1413110.

HSL color Cylindrical-coordinate representation of color #F68F15: hue angle of 32.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F68F15 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB24614321-
CMYK00.420.910.04
HSL32.53º92.59%52.35%-
HSV(B)32.53º91.46%96.47%-
XYZ47.9639.295.77-
YUV159.8949.62189.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 21 (8.59% from 255) = 5.12%
R=60%
G=34.88%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461432100.420.910.0432.5392.5952.35
HexF68F1502A5B4215d34
Octal3662172505213344113564
Binary111101101000111110101010101010110111001000011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68F15; }

 p { color: rgb(246,143,21); }

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

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

 a { background-color: rgb(246,143,21); }

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

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

 span { border-color: rgb(246,143,21); }

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