#F89C18

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

Shades of Dark Tangerine #F89C18

Tints of Dark Tangerine #F89C18

Color information

#F89C18 (or 0xF89C18) is unknown color: approx Dark Tangerine. HEX triplet: F8, 9C and 18. RGB value is (248,156,24). Sum of RGB (Red+Green+Blue) = 248+156+24=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C18 is #0763E7. Grayscale: #A9A9A9. Windows color (decimal): -484328 or 1613048. OLE color: 1613048.

HSL color Cylindrical-coordinate representation of color #F89C18: hue angle of 35.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F89C18 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB24815624-
CMYK00.370.900.03
HSL35.36º94.12%53.33%-
HSV(B)35.36º90.32%97.25%-
XYZ50.7643.86.64-
YUV168.4646.48184.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.94%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 24 (9.77% from 255) = 5.61%
R=57.94%
G=36.45%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481562400.370.900.0335.3694.1253.33
HexF89C180255A3235e35
Octal3702343004513234313665
Binary11111000100111001100001001011011010111000111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89C18; }

 p { color: rgb(248,156,24); }

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

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

 a { background-color: rgb(248,156,24); }

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

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

 span { border-color: rgb(248,156,24); }

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