Html Css Color HEX #FF9D13 Dark Tangerine

📋 copy color: '#FF9D13'

red 255 ◦ green 157 ◦ blue 19

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

Shades of Dark Tangerine #FF9D13

Tints of Dark Tangerine #FF9D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

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

R = 59.16%
G = 36.43%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9D13 (or 0xFF9D13) is known color: Dark Tangerine. HEX triplet: FF, 9D and 13. RGB value is (255,157,19). Sum of RGB (Red+Green+Blue) = 255+157+19=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D13 is #0062EC. Grayscale: #ABABAB. Windows color (decimal): -25325 or 1285631. OLE color: 1285631.

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

Color convert

RGB 255 157 19 -
CMYK 0 0.38 0.93 0
HSL 35.08º 1% 0.54% -
HSV(B) 35.08º 0.93% 1% -
XYZ 53.41 45.42 6.57 -
YUV 170.57 42.47 188.22 -
System Red Green Blue C M Y K H S L
Decimal 255 157 19 0 0.38 0.93 0 35.08 1 0.54
Hex FF 9D 13 0 26 5D 0 23 64 36
Octal 377 235 23 0 46 135 0 43 144 66
Binary 11111111 10011101 10011 0 100110 1011101 0 100011 1100100 110110

Color Harmonies of #FF9D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D13

Black with #FF9D13

Text Example


Text Example

White with #FF9D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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