Html Css Color HEX #FB850D Dark Orange

📋 copy color: '#FB850D'

red 251 ◦ green 133 ◦ blue 13

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

Shades of Dark Orange #FB850D

Tints of Dark Orange #FB850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 63.22%
G = 33.5%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB850D (or 0xFB850D) is known color: Dark Orange. HEX triplet: FB, 85 and 0D. RGB value is (251,133,13). Sum of RGB (Red+Green+Blue) = 251+133+13=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB850D is #047AF2. Grayscale: #9B9B9B. Windows color (decimal): -293619 or 886267. OLE color: 886267.

HSL color Cylindrical-coordinate representation of color #FB850D: 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.95%. Process color model (Four color, CMYK) of #FB850D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 133 13 -
CMYK 0 0.47 0.95 0.02
HSL 30.25º 0.97% 0.52% -
HSV(B) 30.25º 0.95% 0.98% -
XYZ 48.24 37.31 5.04 -
YUV 154.6 48.09 196.76 -
System Red Green Blue C M Y K H S L
Decimal 251 133 13 0 0.47 0.95 0.02 30.25 0.97 0.52
Hex FB 85 D 0 2F 5F 2 1E 61 34
Octal 373 205 15 0 57 137 2 36 141 64
Binary 11111011 10000101 1101 0 101111 1011111 10 11110 1100001 110100

Color Harmonies of #FB850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB850D

Black with #FB850D

Text Example


Text Example

White with #FB850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB850D; }

 p { color: rgb(251,133,13); }

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

background-color css

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

 a { background-color: rgb(251,133,13); }

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

border-color css

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

 span { border-color: rgb(251,133,13); }

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