#F99E1F

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

Shades of Dark Tangerine #F99E1F

Tints of Dark Tangerine #F99E1F

Color information

#F99E1F (or 0xF99E1F) is unknown color: approx Dark Tangerine. HEX triplet: F9, 9E and 1F. RGB value is (249,158,31). Sum of RGB (Red+Green+Blue) = 249+158+31=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99E1F is #0661E0. Grayscale: #ABABAB. Windows color (decimal): -418273 or 2072313. OLE color: 2072313.

HSL color Cylindrical-coordinate representation of color #F99E1F: hue angle of 34.95º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F99E1F is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB24915831-
CMYK00.370.880.02
HSL34.95º94.78%54.9%-
HSV(B)34.95º87.55%97.65%-
XYZ51.5444.697.21-
YUV170.7349.15183.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.85%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 31 (12.5% from 255) = 7.08%
R=56.85%
G=36.07%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491583100.370.880.0234.9594.7854.9
HexF99E1F025582235f37
Octal3712363704513024313767
Binary11111001100111101111101001011011000101000111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99E1F; }

 p { color: rgb(249,158,31); }

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

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

 a { background-color: rgb(249,158,31); }

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

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

 span { border-color: rgb(249,158,31); }

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