Html Css Color HEX #FF9308 Dark Orange

📋 copy color: '#FF9308'

red 255 ◦ green 147 ◦ blue 8

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

Shades of Dark Orange #FF9308

Tints of Dark Orange #FF9308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.85%

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

R = 62.2%
G = 35.85%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF9308 (or 0xFF9308) is known color: Dark Orange. HEX triplet: FF, 93 and 08. RGB value is (255,147,8). Sum of RGB (Red+Green+Blue) = 255+147+8=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9308 is #006CF7. Grayscale: #A4A4A4. Windows color (decimal): -27896 or 562175. OLE color: 562175.

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

Color convert

RGB 255 147 8 -
CMYK 0 0.42 0.97 0
HSL 33.77º 1% 0.52% -
HSV(B) 33.77º 0.97% 1% -
XYZ 51.72 42.14 5.64 -
YUV 163.45 40.28 193.3 -
System Red Green Blue C M Y K H S L
Decimal 255 147 8 0 0.42 0.97 0 33.77 1 0.52
Hex FF 93 8 0 2A 61 0 22 64 34
Octal 377 223 10 0 52 141 0 42 144 64
Binary 11111111 10010011 1000 0 101010 1100001 0 100010 1100100 110100

Color Harmonies of #FF9308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9308

Black with #FF9308

Text Example


Text Example

White with #FF9308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9308; }

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

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

background-color css

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

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

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

border-color css

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

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

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