Html Css Color HEX #FF8602 Dark Orange

📋 copy color: '#FF8602'

red 255 ◦ green 134 ◦ blue 2

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

Shades of Dark Orange #FF8602

Tints of Dark Orange #FF8602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

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

R = 65.22%
G = 34.27%
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

#FF8602 (or 0xFF8602) is known color: Dark Orange. HEX triplet: FF, 86 and 02. RGB value is (255,134,2). Sum of RGB (Red+Green+Blue) = 255+134+2=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8602 is #0079FD. Grayscale: #9B9B9B. Windows color (decimal): -31230 or 165631. OLE color: 165631.

HSL color Cylindrical-coordinate representation of color #FF8602: hue angle of 31.3º 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 #FF8602 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 255 134 2 -
CMYK 0 0.47 0.99 0
HSL 31.3º 1% 0.5% -
HSV(B) 31.3º 0.99% 1% -
XYZ 49.78 38.31 4.83 -
YUV 155.13 41.59 199.23 -
System Red Green Blue C M Y K H S L
Decimal 255 134 2 0 0.47 0.99 0 31.3 1 0.5
Hex FF 86 2 0 2F 63 0 1F 64 32
Octal 377 206 2 0 57 143 0 37 144 62
Binary 11111111 10000110 10 0 101111 1100011 0 11111 1100100 110010

Color Harmonies of #FF8602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8602

Black with #FF8602

Text Example


Text Example

White with #FF8602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8602; }

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

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

background-color css

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

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

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

border-color css

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

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

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