#F1A318

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

Shades of Dark Tangerine #F1A318

Tints of Dark Tangerine #F1A318

Color information

#F1A318 (or 0xF1A318) is unknown color: approx Dark Tangerine. HEX triplet: F1, A3 and 18. RGB value is (241,163,24). Sum of RGB (Red+Green+Blue) = 241+163+24=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A318 is #0E5CE7. Grayscale: #ABABAB. Windows color (decimal): -941288 or 1614833. OLE color: 1614833.

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

Color convert

RGB24116324-
CMYK00.320.900.05
HSL38.43º88.57%51.96%-
HSV(B)38.43º90.04%94.51%-
XYZ49.5444.966.93-
YUV170.4845.34178.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.31%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 24 (9.77% from 255) = 5.61%
R=56.31%
G=38.08%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411632400.320.900.0538.4388.5751.96
HexF1A3180205A5265934
Octal3612433004013254613164
Binary111100011010001111000010000010110101011001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A318; }

 p { color: rgb(241,163,24); }

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

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

 a { background-color: rgb(241,163,24); }

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

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

 span { border-color: rgb(241,163,24); }

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