Html Css Color HEX #FF8502 Dark Orange

📋 copy color: '#FF8502'

red 255 ◦ green 133 ◦ blue 2

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

Shades of Dark Orange #FF8502

Tints of Dark Orange #FF8502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 65.38%
G = 34.1%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF8502 (or 0xFF8502) is known color: Dark Orange. HEX triplet: FF, 85 and 02. RGB value is (255,133,2). Sum of RGB (Red+Green+Blue) = 255+133+2=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8502 is #007AFD. Grayscale: #9B9B9B. Windows color (decimal): -31486 or 165375. OLE color: 165375.

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

Color convert

RGB 255 133 2 -
CMYK 0 0.48 0.99 0
HSL 31.07º 1% 0.5% -
HSV(B) 31.07º 0.99% 1% -
XYZ 49.64 38.04 4.78 -
YUV 154.54 41.92 199.65 -
System Red Green Blue C M Y K H S L
Decimal 255 133 2 0 0.48 0.99 0 31.07 1 0.5
Hex FF 85 2 0 30 63 0 1F 64 32
Octal 377 205 2 0 60 143 0 37 144 62
Binary 11111111 10000101 10 0 110000 1100011 0 11111 1100100 110010

Color Harmonies of #FF8502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8502

Black with #FF8502

Text Example


Text Example

White with #FF8502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8502; }

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

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

background-color css

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

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

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

border-color css

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

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

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