Html Css Color HEX #FB850F Dark Orange

📋 copy color: '#FB850F'

red 251 ◦ green 133 ◦ blue 15

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

Shades of Dark Orange #FB850F

Tints of Dark Orange #FB850F

RGB

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

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

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

R = 62.91%
G = 33.33%
B = 3.76%

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

#FB850F (or 0xFB850F) is known color: Dark Orange. HEX triplet: FB, 85 and 0F. RGB value is (251,133,15). Sum of RGB (Red+Green+Blue) = 251+133+15=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB850F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB850F is #047AF0. Grayscale: #9B9B9B. Windows color (decimal): -293617 or 1017339. OLE color: 1017339.

HSL color Cylindrical-coordinate representation of color #FB850F: hue angle of 30º 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 #FB850F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 133 15 -
CMYK 0 0.47 0.94 0.02
HSL 30º 0.97% 0.52% -
HSV(B) 30º 0.94% 0.98% -
XYZ 48.26 37.32 5.11 -
YUV 154.83 49.09 196.59 -
System Red Green Blue C M Y K H S L
Decimal 251 133 15 0 0.47 0.94 0.02 30 0.97 0.52
Hex FB 85 F 0 2F 5E 2 1E 61 34
Octal 373 205 17 0 57 136 2 36 141 64
Binary 11111011 10000101 1111 0 101111 1011110 10 11110 1100001 110100

Color Harmonies of #FB850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB850F

Black with #FB850F

Text Example


Text Example

White with #FB850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB850F; }

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

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

background-color css

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

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

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

border-color css

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

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

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