Html Css Color HEX #FB860F Dark Orange

📋 copy color: '#FB860F'

red 251 ◦ green 134 ◦ blue 15

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

Shades of Dark Orange #FB860F

Tints of Dark Orange #FB860F

RGB

 RED value IS 251 (98.44% from 255) = 62.75%

 GREEN value IS 134 (52.73% from 255) = 33.5%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 62.75%
G = 33.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB860F (or 0xFB860F) is known color: Dark Orange. HEX triplet: FB, 86 and 0F. RGB value is (251,134,15). Sum of RGB (Red+Green+Blue) = 251+134+15=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB860F is #0479F0. Grayscale: #9C9C9C. Windows color (decimal): -293361 or 1017595. OLE color: 1017595.

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

Color convert

RGB 251 134 15 -
CMYK 0 0.47 0.94 0.02
HSL 30.25º 0.97% 0.52% -
HSV(B) 30.25º 0.94% 0.98% -
XYZ 48.39 37.59 5.16 -
YUV 155.42 48.76 196.18 -
System Red Green Blue C M Y K H S L
Decimal 251 134 15 0 0.47 0.94 0.02 30.25 0.97 0.52
Hex FB 86 F 0 2F 5E 2 1E 61 34
Octal 373 206 17 0 57 136 2 36 141 64
Binary 11111011 10000110 1111 0 101111 1011110 10 11110 1100001 110100

Color Harmonies of #FB860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB860F

Black with #FB860F

Text Example


Text Example

White with #FB860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB860F; }

 p { color: rgb(251,134,15); }

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

background-color css

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

 a { background-color: rgb(251,134,15); }

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

border-color css

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

 span { border-color: rgb(251,134,15); }

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