Html Css Color HEX #FB8D0D Dark Orange

📋 copy color: '#FB8D0D'

red 251 ◦ green 141 ◦ blue 13

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

Shades of Dark Orange #FB8D0D

Tints of Dark Orange #FB8D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

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

R = 61.98%
G = 34.81%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB8D0D (or 0xFB8D0D) is known color: Dark Orange. HEX triplet: FB, 8D and 0D. RGB value is (251,141,13). Sum of RGB (Red+Green+Blue) = 251+141+13=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8D0D is #0472F2. Grayscale: #9F9F9F. Windows color (decimal): -291571 or 888315. OLE color: 888315.

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

Color convert

RGB 251 141 13 -
CMYK 0 0.44 0.95 0.02
HSL 32.27º 0.97% 0.52% -
HSV(B) 32.27º 0.95% 0.98% -
XYZ 49.38 39.59 5.42 -
YUV 159.3 45.44 193.41 -
System Red Green Blue C M Y K H S L
Decimal 251 141 13 0 0.44 0.95 0.02 32.27 0.97 0.52
Hex FB 8D D 0 2C 5F 2 20 61 34
Octal 373 215 15 0 54 137 2 40 141 64
Binary 11111011 10001101 1101 0 101100 1011111 10 100000 1100001 110100

Color Harmonies of #FB8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8D0D

Black with #FB8D0D

Text Example


Text Example

White with #FB8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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