Html Css Color HEX #FF8802 Dark Orange

📋 copy color: '#FF8802'

red 255 ◦ green 136 ◦ blue 2

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

Shades of Dark Orange #FF8802

Tints of Dark Orange #FF8802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 64.89%
G = 34.61%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF8802 (or 0xFF8802) is known color: Dark Orange. HEX triplet: FF, 88 and 02. RGB value is (255,136,2). Sum of RGB (Red+Green+Blue) = 255+136+2=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8802 is #0077FD. Grayscale: #9C9C9C. Windows color (decimal): -30718 or 166143. OLE color: 166143.

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

Color convert

RGB 255 136 2 -
CMYK 0 0.47 0.99 0
HSL 31.78º 1% 0.5% -
HSV(B) 31.78º 0.99% 1% -
XYZ 50.06 38.87 4.92 -
YUV 156.31 40.92 198.4 -
System Red Green Blue C M Y K H S L
Decimal 255 136 2 0 0.47 0.99 0 31.78 1 0.5
Hex FF 88 2 0 2F 63 0 20 64 32
Octal 377 210 2 0 57 143 0 40 144 62
Binary 11111111 10001000 10 0 101111 1100011 0 100000 1100100 110010

Color Harmonies of #FF8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8802

Black with #FF8802

Text Example


Text Example

White with #FF8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8802; }

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

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

background-color css

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

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

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

border-color css

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

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

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