Html Css Color HEX #FB840D Dark Orange

📋 copy color: '#FB840D'

red 251 ◦ green 132 ◦ blue 13

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

Shades of Dark Orange #FB840D

Tints of Dark Orange #FB840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 63.38%
G = 33.33%
B = 3.28%

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

#FB840D (or 0xFB840D) is known color: Dark Orange. HEX triplet: FB, 84 and 0D. RGB value is (251,132,13). Sum of RGB (Red+Green+Blue) = 251+132+13=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB840D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB840D is #047BF2. Grayscale: #9A9A9A. Windows color (decimal): -293875 or 886011. OLE color: 886011.

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

Color convert

RGB 251 132 13 -
CMYK 0 0.47 0.95 0.02
HSL 30º 0.97% 0.52% -
HSV(B) 30º 0.95% 0.98% -
XYZ 48.11 37.04 4.99 -
YUV 154.02 48.42 197.18 -
System Red Green Blue C M Y K H S L
Decimal 251 132 13 0 0.47 0.95 0.02 30 0.97 0.52
Hex FB 84 D 0 2F 5F 2 1E 61 34
Octal 373 204 15 0 57 137 2 36 141 64
Binary 11111011 10000100 1101 0 101111 1011111 10 11110 1100001 110100

Color Harmonies of #FB840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB840D

Black with #FB840D

Text Example


Text Example

White with #FB840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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