Html Css Color HEX #FF880D Dark Orange

📋 copy color: '#FF880D'

red 255 ◦ green 136 ◦ blue 13

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

Shades of Dark Orange #FF880D

Tints of Dark Orange #FF880D

RGB

 RED value IS 255 (100% from 255) = 63.12%

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

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

R = 63.12%
G = 33.66%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF880D (or 0xFF880D) is known color: Dark Orange. HEX triplet: FF, 88 and 0D. RGB value is (255,136,13). Sum of RGB (Red+Green+Blue) = 255+136+13=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF880D is #0077F2. Grayscale: #9E9E9E. Windows color (decimal): -30707 or 887039. OLE color: 887039.

HSL color Cylindrical-coordinate representation of color #FF880D: hue angle of 30.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF880D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 136 13 -
CMYK 0 0.47 0.95 0
HSL 30.5º 1% 0.53% -
HSV(B) 30.5º 0.95% 1% -
XYZ 50.12 38.9 5.25 -
YUV 157.56 46.42 197.5 -
System Red Green Blue C M Y K H S L
Decimal 255 136 13 0 0.47 0.95 0 30.5 1 0.53
Hex FF 88 D 0 2F 5F 0 1E 64 35
Octal 377 210 15 0 57 137 0 36 144 65
Binary 11111111 10001000 1101 0 101111 1011111 0 11110 1100100 110101

Color Harmonies of #FF880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF880D

Black with #FF880D

Text Example


Text Example

White with #FF880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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