Html Css Color HEX #FF8B02 Dark Orange

📋 copy color: '#FF8B02'

red 255 ◦ green 139 ◦ blue 2

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

Shades of Dark Orange #FF8B02

Tints of Dark Orange #FF8B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 64.39%
G = 35.1%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF8B02 (or 0xFF8B02) is known color: Dark Orange. HEX triplet: FF, 8B and 02. RGB value is (255,139,2). Sum of RGB (Red+Green+Blue) = 255+139+2=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B02 is #0074FD. Grayscale: #9E9E9E. Windows color (decimal): -29950 or 166911. OLE color: 166911.

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

Color convert

RGB 255 139 2 -
CMYK 0 0.45 0.99 0
HSL 32.49º 1% 0.5% -
HSV(B) 32.49º 0.99% 1% -
XYZ 50.48 39.73 5.07 -
YUV 158.07 39.93 197.14 -
System Red Green Blue C M Y K H S L
Decimal 255 139 2 0 0.45 0.99 0 32.49 1 0.5
Hex FF 8B 2 0 2D 63 0 20 64 32
Octal 377 213 2 0 55 143 0 40 144 62
Binary 11111111 10001011 10 0 101101 1100011 0 100000 1100100 110010

Color Harmonies of #FF8B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B02

Black with #FF8B02

Text Example


Text Example

White with #FF8B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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