Html Css Color HEX #FF991B Dark Tangerine

📋 copy color: '#FF991B'

red 255 ◦ green 153 ◦ blue 27

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

Shades of Dark Tangerine #FF991B

Tints of Dark Tangerine #FF991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

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

R = 58.62%
G = 35.17%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF991B (or 0xFF991B) is known color: Dark Tangerine. HEX triplet: FF, 99 and 1B. RGB value is (255,153,27). Sum of RGB (Red+Green+Blue) = 255+153+27=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF991B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF991B is #0066E4. Grayscale: #A9A9A9. Windows color (decimal): -26341 or 1808895. OLE color: 1808895.

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

Color convert

RGB 255 153 27 -
CMYK 0 0.4 0.89 0
HSL 33.16º 1% 0.55% -
HSV(B) 33.16º 0.89% 1% -
XYZ 52.83 44.12 6.77 -
YUV 169.13 47.79 189.25 -
System Red Green Blue C M Y K H S L
Decimal 255 153 27 0 0.4 0.89 0 33.16 1 0.55
Hex FF 99 1B 0 28 59 0 21 64 37
Octal 377 231 33 0 50 131 0 41 144 67
Binary 11111111 10011001 11011 0 101000 1011001 0 100001 1100100 110111

Color Harmonies of #FF991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF991B

Black with #FF991B

Text Example


Text Example

White with #FF991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF991B; }

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

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

background-color css

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

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

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

border-color css

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

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

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