#F69914

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

Shades of Dark Tangerine #F69914

Tints of Dark Tangerine #F69914

Color information

#F69914 (or 0xF69914) is unknown color: approx Dark Tangerine. HEX triplet: F6, 99 and 14. RGB value is (246,153,20). Sum of RGB (Red+Green+Blue) = 246+153+20=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F69914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69914 is #0966EB. Grayscale: #A6A6A6. Windows color (decimal): -616172 or 1350134. OLE color: 1350134.

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

Color convert

RGB24615320-
CMYK00.380.920.04
HSL35.31º92.62%52.16%-
HSV(B)35.31º91.87%96.47%-
XYZ49.5242.436.24-
YUV165.6445.81185.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.71%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 20 (8.20% from 255) = 4.77%
R=58.71%
G=36.52%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461532000.380.920.0435.3192.6252.16
HexF699140265C4235d34
Octal3662312404613444313564
Binary111101101001100110100010011010111001001000111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69914; }

 p { color: rgb(246,153,20); }

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

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

 a { background-color: rgb(246,153,20); }

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

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

 span { border-color: rgb(246,153,20); }

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