Html Css Color HEX #FF981B Dark Tangerine

📋 copy color: '#FF981B'

red 255 ◦ green 152 ◦ blue 27

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

Shades of Dark Tangerine #FF981B

Tints of Dark Tangerine #FF981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.02%

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

R = 58.76%
G = 35.02%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF981B (or 0xFF981B) is known color: Dark Tangerine. HEX triplet: FF, 98 and 1B. RGB value is (255,152,27). Sum of RGB (Red+Green+Blue) = 255+152+27=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF981B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF981B is #0067E4. Grayscale: #A9A9A9. Windows color (decimal): -26597 or 1808639. OLE color: 1808639.

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

Color convert

RGB 255 152 27 -
CMYK 0 0.40 0.89 0
HSL 32.89º 1% 0.55% -
HSV(B) 32.89º 0.89% 1% -
XYZ 52.67 43.8 6.71 -
YUV 168.55 48.12 189.66 -
System Red Green Blue C M Y K H S L
Decimal 255 152 27 0 0.40 0.89 0 32.89 1 0.55
Hex FF 98 1B 0 28 59 0 21 64 37
Octal 377 230 33 0 50 131 0 41 144 67
Binary 11111111 10011000 11011 0 101000 1011001 0 100001 1100100 110111

Color Harmonies of #FF981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF981B

Black with #FF981B

Text Example


Text Example

White with #FF981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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