#F6AD07

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

Shades of Orange #F6AD07

Tints of Orange #F6AD07

Color information

#F6AD07 (or 0xF6AD07) is unknown color: approx Orange. HEX triplet: F6, AD and 07. RGB value is (246,173,7). Sum of RGB (Red+Green+Blue) = 246+173+7=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6AD07 is #0952F8. Grayscale: #B0B0B0. Windows color (decimal): -611065 or 503286. OLE color: 503286.

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

Color convert

RGB2461737-
CMYK00.300.970.04
HSL41.67º94.47%49.61%-
HSV(B)41.67º97.15%96.47%-
XYZ52.9949.56.96-
YUV175.932.68178-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.75%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 7 (3.12% from 255) = 1.64%
R=57.75%
G=40.61%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246173700.300.970.0441.6794.4749.61
HexF6AD701E6142a5e32
Octal366255703614145213662
Binary111101101010110111101111011000011001010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AD07; }

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

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

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

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

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

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

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

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