Html Css Color HEX #FB880D Dark Orange

📋 copy color: '#FB880D'

red 251 ◦ green 136 ◦ blue 13

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

Shades of Dark Orange #FB880D

Tints of Dark Orange #FB880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 62.75%
G = 34%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB880D (or 0xFB880D) is known color: Dark Orange. HEX triplet: FB, 88 and 0D. RGB value is (251,136,13). Sum of RGB (Red+Green+Blue) = 251+136+13=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB880D is #0477F2. Grayscale: #9C9C9C. Windows color (decimal): -292851 or 887035. OLE color: 887035.

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

Color convert

RGB 251 136 13 -
CMYK 0 0.46 0.95 0.02
HSL 31.01º 0.97% 0.52% -
HSV(B) 31.01º 0.95% 0.98% -
XYZ 48.66 38.15 5.18 -
YUV 156.36 47.1 195.5 -
System Red Green Blue C M Y K H S L
Decimal 251 136 13 0 0.46 0.95 0.02 31.01 0.97 0.52
Hex FB 88 D 0 2E 5F 2 1F 61 34
Octal 373 210 15 0 56 137 2 37 141 64
Binary 11111011 10001000 1101 0 101110 1011111 10 11111 1100001 110100

Color Harmonies of #FB880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB880D

Black with #FB880D

Text Example


Text Example

White with #FB880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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