Html Css Color HEX #FF9D1B Dark Tangerine

📋 copy color: '#FF9D1B'

red 255 ◦ green 157 ◦ blue 27

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

Shades of Dark Tangerine #FF9D1B

Tints of Dark Tangerine #FF9D1B

RGB

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

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

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

R = 58.09%
G = 35.76%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF9D1B (or 0xFF9D1B) is known color: Dark Tangerine. HEX triplet: FF, 9D and 1B. RGB value is (255,157,27). Sum of RGB (Red+Green+Blue) = 255+157+27=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D1B is #0062E4. Grayscale: #ACACAC. Windows color (decimal): -25317 or 1809919. OLE color: 1809919.

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

Color convert

RGB 255 157 27 -
CMYK 0 0.38 0.89 0
HSL 34.21º 1% 0.55% -
HSV(B) 34.21º 0.89% 1% -
XYZ 53.49 45.45 6.99 -
YUV 171.48 46.47 187.57 -
System Red Green Blue C M Y K H S L
Decimal 255 157 27 0 0.38 0.89 0 34.21 1 0.55
Hex FF 9D 1B 0 26 59 0 22 64 37
Octal 377 235 33 0 46 131 0 42 144 67
Binary 11111111 10011101 11011 0 100110 1011001 0 100010 1100100 110111

Color Harmonies of #FF9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D1B

Black with #FF9D1B

Text Example


Text Example

White with #FF9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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