Html Css Color HEX #FF9913 Dark Tangerine

📋 copy color: '#FF9913'

red 255 ◦ green 153 ◦ blue 19

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

Shades of Dark Tangerine #FF9913

Tints of Dark Tangerine #FF9913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 59.72%
G = 35.83%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9913 (or 0xFF9913) is known color: Dark Tangerine. HEX triplet: FF, 99 and 13. RGB value is (255,153,19). Sum of RGB (Red+Green+Blue) = 255+153+19=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9913 is #0066EC. Grayscale: #A8A8A8. Windows color (decimal): -26349 or 1284607. OLE color: 1284607.

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

Color convert

RGB 255 153 19 -
CMYK 0 0.4 0.93 0
HSL 34.07º 1% 0.54% -
HSV(B) 34.07º 0.93% 1% -
XYZ 52.75 44.09 6.35 -
YUV 168.22 43.79 189.9 -
System Red Green Blue C M Y K H S L
Decimal 255 153 19 0 0.4 0.93 0 34.07 1 0.54
Hex FF 99 13 0 28 5D 0 22 64 36
Octal 377 231 23 0 50 135 0 42 144 66
Binary 11111111 10011001 10011 0 101000 1011101 0 100010 1100100 110110

Color Harmonies of #FF9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9913

Black with #FF9913

Text Example


Text Example

White with #FF9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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