#F69107

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

Shades of Dark Orange #F69107

Tints of Dark Orange #F69107

Color information

#F69107 (or 0xF69107) is unknown color: approx Dark Orange. HEX triplet: F6, 91 and 07. RGB value is (246,145,7). Sum of RGB (Red+Green+Blue) = 246+145+7=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F69107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69107 is #096EF8. Grayscale: #A0A0A0. Windows color (decimal): -618233 or 496118. OLE color: 496118.

HSL color Cylindrical-coordinate representation of color #F69107: hue angle of 34.64º 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 #F69107 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB2461457-
CMYK00.410.970.04
HSL34.64º94.47%49.61%-
HSV(B)34.64º97.15%96.47%-
XYZ48.1739.865.36-
YUV159.4741.96189.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.81%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 7 (3.12% from 255) = 1.76%
R=61.81%
G=36.43%
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
Decimal246145700.410.970.0434.6494.4749.61
HexF6917029614235e32
Octal366221705114144313662
Binary1111011010010001111010100111000011001000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69107; }

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

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

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

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

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

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

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

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