Html Css Color HEX #FF8402 Dark Orange

📋 copy color: '#FF8402'

red 255 ◦ green 132 ◦ blue 2

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

Shades of Dark Orange #FF8402

Tints of Dark Orange #FF8402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 65.55%
G = 33.93%
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

#FF8402 (or 0xFF8402) is known color: Dark Orange. HEX triplet: FF, 84 and 02. RGB value is (255,132,2). Sum of RGB (Red+Green+Blue) = 255+132+2=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8402 is #007BFD. Grayscale: #9A9A9A. Windows color (decimal): -31742 or 165119. OLE color: 165119.

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

Color convert

RGB 255 132 2 -
CMYK 0 0.48 0.99 0
HSL 30.83º 1% 0.5% -
HSV(B) 30.83º 0.99% 1% -
XYZ 49.5 37.77 4.74 -
YUV 153.96 42.25 200.07 -
System Red Green Blue C M Y K H S L
Decimal 255 132 2 0 0.48 0.99 0 30.83 1 0.5
Hex FF 84 2 0 30 63 0 1F 64 32
Octal 377 204 2 0 60 143 0 37 144 62
Binary 11111111 10000100 10 0 110000 1100011 0 11111 1100100 110010

Color Harmonies of #FF8402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8402

Black with #FF8402

Text Example


Text Example

White with #FF8402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8402; }

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

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

background-color css

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

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

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

border-color css

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

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

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