#f3a515

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

Shades of Dark Tangerine #F3A515

Tints of Dark Tangerine #F3A515

Color information

#F3A515 (or 0xF3A515) is unknown color: approx Dark Tangerine. HEX triplet: F3, A5 and 15. RGB value is (243,165,21). Sum of RGB (Red+Green+Blue) = 243+165+21=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A515 is #0C5AEA. Grayscale: #ACACAC. Windows color (decimal): -809707 or 1418739. OLE color: 1418739.

HSL color Cylindrical-coordinate representation of color #F3A515: hue angle of 38.92º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3A515 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24316521-
CMYK00.320.910.05
HSL38.92º90.24%51.76%-
HSV(B)38.92º91.36%95.29%-
XYZ50.5546.026.93-
YUV171.9142.84178.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.64%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 21 (8.59% from 255) = 4.90%
R=56.64%
G=38.46%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431652100.320.910.0538.9290.2451.76
HexF3A5150205B5275a34
Octal3632452504013354713264
Binary111100111010010110101010000010110111011001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3a515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3a515; }

 p { color: rgb(243,165,21); }

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

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

 a { background-color: rgb(243,165,21); }

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

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

 span { border-color: rgb(243,165,21); }

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