Html Css Color HEX #FF6806 Safety Orange

📋 copy color: '#FF6806'

red 255 ◦ green 104 ◦ blue 6

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

Shades of Safety Orange #FF6806

Tints of Safety Orange #FF6806

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 69.86%
G = 28.49%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6806 (or 0xFF6806) is known color: Safety Orange. HEX triplet: FF, 68 and 06. RGB value is (255,104,6). Sum of RGB (Red+Green+Blue) = 255+104+6=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6806 is #0097F9. Grayscale: #8A8A8A. Windows color (decimal): -38906 or 420095. OLE color: 420095.

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

Color convert

RGB 255 104 6 -
CMYK 0 0.59 0.98 0
HSL 23.61º 1% 0.51% -
HSV(B) 23.61º 0.98% 1% -
XYZ 46.22 31.17 3.75 -
YUV 137.98 53.53 211.47 -
System Red Green Blue C M Y K H S L
Decimal 255 104 6 0 0.59 0.98 0 23.61 1 0.51
Hex FF 68 6 0 3B 62 0 18 64 33
Octal 377 150 6 0 73 142 0 30 144 63
Binary 11111111 1101000 110 0 111011 1100010 0 11000 1100100 110011

Color Harmonies of #FF6806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6806

Black with #FF6806

Text Example


Text Example

White with #FF6806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6806; }

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

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

background-color css

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

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

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

border-color css

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

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

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