Html Css Color HEX #FF9B13 Dark Tangerine

📋 copy color: '#FF9B13'

red 255 ◦ green 155 ◦ blue 19

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

Shades of Dark Tangerine #FF9B13

Tints of Dark Tangerine #FF9B13

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 59.44%
G = 36.13%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9B13 (or 0xFF9B13) is known color: Dark Tangerine. HEX triplet: FF, 9B and 13. RGB value is (255,155,19). Sum of RGB (Red+Green+Blue) = 255+155+19=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B13 is #0064EC. Grayscale: #AAAAAA. Windows color (decimal): -25837 or 1285119. OLE color: 1285119.

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

Color convert

RGB 255 155 19 -
CMYK 0 0.39 0.93 0
HSL 34.58º 1% 0.54% -
HSV(B) 34.58º 0.93% 1% -
XYZ 53.08 44.75 6.46 -
YUV 169.4 43.13 189.06 -
System Red Green Blue C M Y K H S L
Decimal 255 155 19 0 0.39 0.93 0 34.58 1 0.54
Hex FF 9B 13 0 27 5D 0 23 64 36
Octal 377 233 23 0 47 135 0 43 144 66
Binary 11111111 10011011 10011 0 100111 1011101 0 100011 1100100 110110

Color Harmonies of #FF9B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B13

Black with #FF9B13

Text Example


Text Example

White with #FF9B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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