Html Css Color HEX #FF9513 Dark Tangerine

📋 copy color: '#FF9513'

red 255 ◦ green 149 ◦ blue 19

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

Shades of Dark Tangerine #FF9513

Tints of Dark Tangerine #FF9513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 60.28%
G = 35.22%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9513 (or 0xFF9513) is known color: Dark Tangerine. HEX triplet: FF, 95 and 13. RGB value is (255,149,19). Sum of RGB (Red+Green+Blue) = 255+149+19=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9513 is #006AEC. Grayscale: #A6A6A6. Windows color (decimal): -27373 or 1283583. OLE color: 1283583.

HSL color Cylindrical-coordinate representation of color #FF9513: hue angle of 33.05º 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 #FF9513 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 19 -
CMYK 0 0.42 0.93 0
HSL 33.05º 1% 0.54% -
HSV(B) 33.05º 0.93% 1% -
XYZ 52.1 42.8 6.13 -
YUV 165.87 45.12 191.57 -
System Red Green Blue C M Y K H S L
Decimal 255 149 19 0 0.42 0.93 0 33.05 1 0.54
Hex FF 95 13 0 2A 5D 0 21 64 36
Octal 377 225 23 0 52 135 0 41 144 66
Binary 11111111 10010101 10011 0 101010 1011101 0 100001 1100100 110110

Color Harmonies of #FF9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9513

Black with #FF9513

Text Example


Text Example

White with #FF9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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