Html Css Color HEX #FF880A Dark Orange

📋 copy color: '#FF880A'

red 255 ◦ green 136 ◦ blue 10

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

Shades of Dark Orange #FF880A

Tints of Dark Orange #FF880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 63.59%
G = 33.92%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF880A (or 0xFF880A) is known color: Dark Orange. HEX triplet: FF, 88 and 0A. RGB value is (255,136,10). Sum of RGB (Red+Green+Blue) = 255+136+10=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF880A is #0077F5. Grayscale: #9D9D9D. Windows color (decimal): -30710 or 690431. OLE color: 690431.

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

Color convert

RGB 255 136 10 -
CMYK 0 0.47 0.96 0
HSL 30.86º 1% 0.52% -
HSV(B) 30.86º 0.96% 1% -
XYZ 50.1 38.89 5.15 -
YUV 157.22 44.92 197.75 -
System Red Green Blue C M Y K H S L
Decimal 255 136 10 0 0.47 0.96 0 30.86 1 0.52
Hex FF 88 A 0 2F 60 0 1F 64 34
Octal 377 210 12 0 57 140 0 37 144 64
Binary 11111111 10001000 1010 0 101111 1100000 0 11111 1100100 110100

Color Harmonies of #FF880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF880A

Black with #FF880A

Text Example


Text Example

White with #FF880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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