#f69007

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

Shades of Dark Orange #F69007

Tints of Dark Orange #F69007

Color information

#F69007 (or 0xF69007) is unknown color: approx Dark Orange. HEX triplet: F6, 90 and 07. RGB value is (246,144,7). Sum of RGB (Red+Green+Blue) = 246+144+7=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F69007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69007 is #096FF8. Grayscale: #9F9F9F. Windows color (decimal): -618489 or 495862. OLE color: 495862.

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

Color convert

RGB2461447-
CMYK00.410.970.04
HSL34.39º94.47%49.61%-
HSV(B)34.39º97.15%96.47%-
XYZ48.0239.555.31-
YUV158.8842.29190.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.96%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 7 (3.12% from 255) = 1.76%
R=61.96%
G=36.27%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246144700.410.970.0434.3994.4749.61
HexF6907029614225e32
Octal366220705114144213662
Binary1111011010010000111010100111000011001000101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f69007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f69007; }

 p { color: rgb(246,144,7); }

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

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

 a { background-color: rgb(246,144,7); }

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

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

 span { border-color: rgb(246,144,7); }

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