Html Css Color HEX #FF990F Dark Tangerine

📋 copy color: '#FF990F'

red 255 ◦ green 153 ◦ blue 15

#FF990F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FF990F

Tints of Dark Tangerine #FF990F

RGB

 RED value IS 255 (100% from 255) = 60.28%

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 60.28%
G = 36.17%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF990F (or 0xFF990F) is known color: Dark Tangerine. HEX triplet: FF, 99 and 0F. RGB value is (255,153,15). Sum of RGB (Red+Green+Blue) = 255+153+15=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF990F is #0066F0. Grayscale: #A8A8A8. Windows color (decimal): -26353 or 1022463. OLE color: 1022463.

HSL color Cylindrical-coordinate representation of color #FF990F: hue angle of 34.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF990F is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 15 -
CMYK 0 0.4 0.94 0
HSL 34.5º 1% 0.53% -
HSV(B) 34.5º 0.94% 1% -
XYZ 52.72 44.08 6.18 -
YUV 167.77 41.79 190.22 -
System Red Green Blue C M Y K H S L
Decimal 255 153 15 0 0.4 0.94 0 34.5 1 0.53
Hex FF 99 F 0 28 5E 0 22 64 35
Octal 377 231 17 0 50 136 0 42 144 65
Binary 11111111 10011001 1111 0 101000 1011110 0 100010 1100100 110101

Color Harmonies of #FF990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF990F

Black with #FF990F

Text Example


Text Example

White with #FF990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF990F; }

 p { color: rgb(255,153,15); }

 H1.HeaderClassName
 {
   color: #FF990F;
 }
 .AnyTagClassName
 {
   color: #FF990F;
 }
</style>

background-color css

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

 a { background-color: rgb(255,153,15); }

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

border-color css

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

 span { border-color: rgb(255,153,15); }

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