Html Css Color HEX #FE6706 Safety Orange

📋 copy color: '#FE6706'

red 254 ◦ green 103 ◦ blue 6

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

Shades of Safety Orange #FE6706

Tints of Safety Orange #FE6706

RGB

 RED value IS 254 (99.61% from 255) = 69.97%

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

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

R = 69.97%
G = 28.37%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6706 (or 0xFE6706) is known color: Safety Orange. HEX triplet: FE, 67 and 06. RGB value is (254,103,6). Sum of RGB (Red+Green+Blue) = 254+103+6=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6706 is #0198F9. Grayscale: #898989. Windows color (decimal): -104698 or 419838. OLE color: 419838.

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

Color convert

RGB 254 103 6 -
CMYK 0 0.59 0.98 0.00
HSL 23.47º 0.99% 0.51% -
HSV(B) 23.47º 0.98% 1% -
XYZ 45.76 30.78 3.7 -
YUV 137.09 54.03 211.39 -
System Red Green Blue C M Y K H S L
Decimal 254 103 6 0 0.59 0.98 0.00 23.47 0.99 0.51
Hex FE 67 6 0 3B 62 0 17 63 33
Octal 376 147 6 0 73 142 0 27 143 63
Binary 11111110 1100111 110 0 111011 1100010 0 10111 1100011 110011

Color Harmonies of #FE6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6706

Black with #FE6706

Text Example


Text Example

White with #FE6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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