Html Css Color HEX #FF9B1B Dark Tangerine

📋 copy color: '#FF9B1B'

red 255 ◦ green 155 ◦ blue 27

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

Shades of Dark Tangerine #FF9B1B

Tints of Dark Tangerine #FF9B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.18%

R = 58.35%
G = 35.47%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF9B1B (or 0xFF9B1B) is known color: Dark Tangerine. HEX triplet: FF, 9B and 1B. RGB value is (255,155,27). Sum of RGB (Red+Green+Blue) = 255+155+27=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B1B is #0064E4. Grayscale: #AAAAAA. Windows color (decimal): -25829 or 1809407. OLE color: 1809407.

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

Color convert

RGB 255 155 27 -
CMYK 0 0.39 0.89 0
HSL 33.68º 1% 0.55% -
HSV(B) 33.68º 0.89% 1% -
XYZ 53.16 44.78 6.88 -
YUV 170.31 47.13 188.41 -
System Red Green Blue C M Y K H S L
Decimal 255 155 27 0 0.39 0.89 0 33.68 1 0.55
Hex FF 9B 1B 0 27 59 0 22 64 37
Octal 377 233 33 0 47 131 0 42 144 67
Binary 11111111 10011011 11011 0 100111 1011001 0 100010 1100100 110111

Color Harmonies of #FF9B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B1B

Black with #FF9B1B

Text Example


Text Example

White with #FF9B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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