Html Css Color HEX #FE6701 Safety Orange

📋 copy color: '#FE6701'

red 254 ◦ green 103 ◦ blue 1

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

Shades of Safety Orange #FE6701

Tints of Safety Orange #FE6701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 70.95%
G = 28.77%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE6701 (or 0xFE6701) is known color: Safety Orange. HEX triplet: FE, 67 and 01. RGB value is (254,103,1). Sum of RGB (Red+Green+Blue) = 254+103+1=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6701 is #0198FE. Grayscale: #898989. Windows color (decimal): -104703 or 92158. OLE color: 92158.

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

Color convert

RGB 254 103 1 -
CMYK 0 0.59 1.00 0.00
HSL 24.19º 0.99% 0.5% -
HSV(B) 24.19º 1% 1% -
XYZ 45.73 30.77 3.56 -
YUV 136.52 51.53 211.79 -
System Red Green Blue C M Y K H S L
Decimal 254 103 1 0 0.59 1.00 0.00 24.19 0.99 0.5
Hex FE 67 1 0 3B 64 0 18 63 32
Octal 376 147 1 0 73 144 0 30 143 62
Binary 11111110 1100111 1 0 111011 1100100 0 11000 1100011 110010

Color Harmonies of #FE6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6701

Black with #FE6701

Text Example


Text Example

White with #FE6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6701; }

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

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

background-color css

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

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

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

border-color css

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

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

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