Html Css Color HEX #FF9B1F Dark Tangerine

📋 copy color: '#FF9B1F'

red 255 ◦ green 155 ◦ blue 31

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

Shades of Dark Tangerine #FF9B1F

Tints of Dark Tangerine #FF9B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.03%

R = 57.82%
G = 35.15%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF9B1F (or 0xFF9B1F) is known color: Dark Tangerine. HEX triplet: FF, 9B and 1F. RGB value is (255,155,31). Sum of RGB (Red+Green+Blue) = 255+155+31=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B1F is #0064E0. Grayscale: #ABABAB. Windows color (decimal): -25825 or 2071551. OLE color: 2071551.

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

Color convert

RGB 255 155 31 -
CMYK 0 0.39 0.88 0
HSL 33.21º 1% 0.56% -
HSV(B) 33.21º 0.88% 1% -
XYZ 53.21 44.8 7.14 -
YUV 170.76 49.13 188.08 -
System Red Green Blue C M Y K H S L
Decimal 255 155 31 0 0.39 0.88 0 33.21 1 0.56
Hex FF 9B 1F 0 27 58 0 21 64 38
Octal 377 233 37 0 47 130 0 41 144 70
Binary 11111111 10011011 11111 0 100111 1011000 0 100001 1100100 111000

Color Harmonies of #FF9B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B1F

Black with #FF9B1F

Text Example


Text Example

White with #FF9B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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