Html Css Color HEX #FF8308 Dark Orange

📋 copy color: '#FF8308'

red 255 ◦ green 131 ◦ blue 8

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

Shades of Dark Orange #FF8308

Tints of Dark Orange #FF8308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 64.72%
G = 33.25%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF8308 (or 0xFF8308) is known color: Dark Orange. HEX triplet: FF, 83 and 08. RGB value is (255,131,8). Sum of RGB (Red+Green+Blue) = 255+131+8=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8308 is #007CF7. Grayscale: #9A9A9A. Windows color (decimal): -31992 or 558079. OLE color: 558079.

HSL color Cylindrical-coordinate representation of color #FF8308: hue angle of 29.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8308 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 131 8 -
CMYK 0 0.49 0.97 0
HSL 29.88º 1% 0.52% -
HSV(B) 29.88º 0.97% 1% -
XYZ 49.4 37.51 4.87 -
YUV 154.05 45.58 200 -
System Red Green Blue C M Y K H S L
Decimal 255 131 8 0 0.49 0.97 0 29.88 1 0.52
Hex FF 83 8 0 31 61 0 1E 64 34
Octal 377 203 10 0 61 141 0 36 144 64
Binary 11111111 10000011 1000 0 110001 1100001 0 11110 1100100 110100

Color Harmonies of #FF8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8308

Black with #FF8308

Text Example


Text Example

White with #FF8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8308; }

 p { color: rgb(255,131,8); }

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

background-color css

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

 a { background-color: rgb(255,131,8); }

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

border-color css

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

 span { border-color: rgb(255,131,8); }

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