Html Css Color HEX #FF6706 Safety Orange

📋 copy color: '#FF6706'

red 255 ◦ green 103 ◦ blue 6

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

Shades of Safety Orange #FF6706

Tints of Safety Orange #FF6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

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

R = 70.05%
G = 28.3%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6706 (or 0xFF6706) is known color: Safety Orange. HEX triplet: FF, 67 and 06. RGB value is (255,103,6). Sum of RGB (Red+Green+Blue) = 255+103+6=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6706 is #0098F9. Grayscale: #898989. Windows color (decimal): -39162 or 419839. OLE color: 419839.

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

Color convert

RGB 255 103 6 -
CMYK 0 0.60 0.98 0
HSL 23.37º 1% 0.51% -
HSV(B) 23.37º 0.98% 1% -
XYZ 46.12 30.97 3.72 -
YUV 137.39 53.86 211.89 -
System Red Green Blue C M Y K H S L
Decimal 255 103 6 0 0.60 0.98 0 23.37 1 0.51
Hex FF 67 6 0 3C 62 0 17 64 33
Octal 377 147 6 0 74 142 0 27 144 63
Binary 11111111 1100111 110 0 111100 1100010 0 10111 1100100 110011

Color Harmonies of #FF6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6706

Black with #FF6706

Text Example


Text Example

White with #FF6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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