Html Css Color HEX #FF870B Dark Orange

📋 copy color: '#FF870B'

red 255 ◦ green 135 ◦ blue 11

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

Shades of Dark Orange #FF870B

Tints of Dark Orange #FF870B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 63.59%
G = 33.67%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF870B (or 0xFF870B) is known color: Dark Orange. HEX triplet: FF, 87 and 0B. RGB value is (255,135,11). Sum of RGB (Red+Green+Blue) = 255+135+11=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF870B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF870B is #0078F4. Grayscale: #9D9D9D. Windows color (decimal): -30965 or 755711. OLE color: 755711.

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

Color convert

RGB 255 135 11 -
CMYK 0 0.47 0.96 0
HSL 30.49º 1% 0.52% -
HSV(B) 30.49º 0.96% 1% -
XYZ 49.96 38.61 5.14 -
YUV 156.74 45.76 198.08 -
System Red Green Blue C M Y K H S L
Decimal 255 135 11 0 0.47 0.96 0 30.49 1 0.52
Hex FF 87 B 0 2F 60 0 1E 64 34
Octal 377 207 13 0 57 140 0 36 144 64
Binary 11111111 10000111 1011 0 101111 1100000 0 11110 1100100 110100

Color Harmonies of #FF870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF870B

Black with #FF870B

Text Example


Text Example

White with #FF870B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF870B; }

 p { color: rgb(255,135,11); }

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

background-color css

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

 a { background-color: rgb(255,135,11); }

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

border-color css

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

 span { border-color: rgb(255,135,11); }

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