Html Css Color HEX #FF7308 Safety Orange

📋 copy color: '#FF7308'

red 255 ◦ green 115 ◦ blue 8

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

Shades of Safety Orange #FF7308

Tints of Safety Orange #FF7308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 67.46%
G = 30.42%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF7308 (or 0xFF7308) is known color: Safety Orange. HEX triplet: FF, 73 and 08. RGB value is (255,115,8). Sum of RGB (Red+Green+Blue) = 255+115+8=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7308 is #008CF7. Grayscale: #919191. Windows color (decimal): -36088 or 553983. OLE color: 553983.

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

Color convert

RGB 255 115 8 -
CMYK 0 0.55 0.97 0
HSL 25.99º 1% 0.52% -
HSV(B) 25.99º 0.97% 1% -
XYZ 47.41 33.54 4.2 -
YUV 144.66 50.88 206.7 -
System Red Green Blue C M Y K H S L
Decimal 255 115 8 0 0.55 0.97 0 25.99 1 0.52
Hex FF 73 8 0 37 61 0 1A 64 34
Octal 377 163 10 0 67 141 0 32 144 64
Binary 11111111 1110011 1000 0 110111 1100001 0 11010 1100100 110100

Color Harmonies of #FF7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7308

Black with #FF7308

Text Example


Text Example

White with #FF7308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7308; }

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

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

background-color css

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

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

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

border-color css

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

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

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