Html Css Color HEX #FF7306 Safety Orange

📋 copy color: '#FF7306'

red 255 ◦ green 115 ◦ blue 6

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

Shades of Safety Orange #FF7306

Tints of Safety Orange #FF7306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 67.82%
G = 30.59%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF7306 (or 0xFF7306) is known color: Safety Orange. HEX triplet: FF, 73 and 06. RGB value is (255,115,6). Sum of RGB (Red+Green+Blue) = 255+115+6=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7306 is #008CF9. Grayscale: #919191. Windows color (decimal): -36090 or 422911. OLE color: 422911.

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

Color convert

RGB 255 115 6 -
CMYK 0 0.55 0.98 0
HSL 26.27º 1% 0.51% -
HSV(B) 26.27º 0.98% 1% -
XYZ 47.4 33.53 4.15 -
YUV 144.43 49.88 206.86 -
System Red Green Blue C M Y K H S L
Decimal 255 115 6 0 0.55 0.98 0 26.27 1 0.51
Hex FF 73 6 0 37 62 0 1A 64 33
Octal 377 163 6 0 67 142 0 32 144 63
Binary 11111111 1110011 110 0 110111 1100010 0 11010 1100100 110011

Color Harmonies of #FF7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7306

Black with #FF7306

Text Example


Text Example

White with #FF7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7306; }

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

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

background-color css

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

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

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

border-color css

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

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

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