#F68F0B

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

Shades of Dark Orange #F68F0B

Tints of Dark Orange #F68F0B

Color information

#F68F0B (or 0xF68F0B) is unknown color: approx Dark Orange. HEX triplet: F6, 8F and 0B. RGB value is (246,143,11). Sum of RGB (Red+Green+Blue) = 246+143+11=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68F0B is #0970F4. Grayscale: #9F9F9F. Windows color (decimal): -618741 or 757750. OLE color: 757750.

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

Color convert

RGB24614311-
CMYK00.420.960.04
HSL33.7º92.89%50.39%-
HSV(B)33.7º95.53%96.47%-
XYZ47.8939.265.37-
YUV158.7544.62190.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.5%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 11 (4.69% from 255) = 2.75%
R=61.5%
G=35.75%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461431100.420.960.0433.792.8950.39
HexF68FB02A604225d32
Octal3662171305214044213562
Binary11110110100011111011010101011000001001000101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68F0B; }

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

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

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

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

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

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

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

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