Html Css Color HEX #FE7601 Safety Orange

📋 copy color: '#FE7601'

red 254 ◦ green 118 ◦ blue 1

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

Shades of Safety Orange #FE7601

Tints of Safety Orange #FE7601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 68.1%
G = 31.64%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE7601 (or 0xFE7601) is known color: Safety Orange. HEX triplet: FE, 76 and 01. RGB value is (254,118,1). Sum of RGB (Red+Green+Blue) = 254+118+1=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7601 is #0189FE. Grayscale: #919191. Windows color (decimal): -100863 or 95998. OLE color: 95998.

HSL color Cylindrical-coordinate representation of color #FE7601: hue angle of 27.75º 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 #FE7601 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 118 1 -
CMYK 0 0.54 1.00 0.00
HSL 27.75º 0.99% 0.5% -
HSV(B) 27.75º 1% 1% -
XYZ 47.36 34.03 4.1 -
YUV 145.33 46.56 205.51 -
System Red Green Blue C M Y K H S L
Decimal 254 118 1 0 0.54 1.00 0.00 27.75 0.99 0.5
Hex FE 76 1 0 36 64 0 1C 63 32
Octal 376 166 1 0 66 144 0 34 143 62
Binary 11111110 1110110 1 0 110110 1100100 0 11100 1100011 110010

Color Harmonies of #FE7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7601

Black with #FE7601

Text Example


Text Example

White with #FE7601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7601; }

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

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

background-color css

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

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

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

border-color css

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

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

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