Html Css Color HEX #FF9B10 Dark Tangerine

📋 copy color: '#FF9B10'

red 255 ◦ green 155 ◦ blue 16

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

Shades of Dark Tangerine #FF9B10

Tints of Dark Tangerine #FF9B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 59.86%
G = 36.38%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF9B10 (or 0xFF9B10) is known color: Dark Tangerine. HEX triplet: FF, 9B and 10. RGB value is (255,155,16). Sum of RGB (Red+Green+Blue) = 255+155+16=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B10 is #0064EF. Grayscale: #A9A9A9. Windows color (decimal): -25840 or 1088511. OLE color: 1088511.

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

Color convert

RGB 255 155 16 -
CMYK 0 0.39 0.94 0
HSL 34.9º 1% 0.53% -
HSV(B) 34.9º 0.94% 1% -
XYZ 53.05 44.74 6.33 -
YUV 169.05 41.63 189.3 -
System Red Green Blue C M Y K H S L
Decimal 255 155 16 0 0.39 0.94 0 34.9 1 0.53
Hex FF 9B 10 0 27 5E 0 23 64 35
Octal 377 233 20 0 47 136 0 43 144 65
Binary 11111111 10011011 10000 0 100111 1011110 0 100011 1100100 110101

Color Harmonies of #FF9B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B10

Black with #FF9B10

Text Example


Text Example

White with #FF9B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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