Html Css Color HEX #FF8002 Dark Orange

📋 copy color: '#FF8002'

red 255 ◦ green 128 ◦ blue 2

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

Shades of Dark Orange #FF8002

Tints of Dark Orange #FF8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 66.23%
G = 33.25%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF8002 (or 0xFF8002) is known color: Dark Orange. HEX triplet: FF, 80 and 02. RGB value is (255,128,2). Sum of RGB (Red+Green+Blue) = 255+128+2=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8002 is #007FFD. Grayscale: #989898. Windows color (decimal): -32766 or 164095. OLE color: 164095.

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

Color convert

RGB 255 128 2 -
CMYK 0 0.50 0.99 0
HSL 29.88º 1% 0.5% -
HSV(B) 29.88º 0.99% 1% -
XYZ 48.97 36.7 4.56 -
YUV 151.61 43.58 201.75 -
System Red Green Blue C M Y K H S L
Decimal 255 128 2 0 0.50 0.99 0 29.88 1 0.5
Hex FF 80 2 0 32 63 0 1E 64 32
Octal 377 200 2 0 62 143 0 36 144 62
Binary 11111111 10000000 10 0 110010 1100011 0 11110 1100100 110010

Color Harmonies of #FF8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8002

Black with #FF8002

Text Example


Text Example

White with #FF8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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