Html Css Color HEX #FE7201 Safety Orange

📋 copy color: '#FE7201'

red 254 ◦ green 114 ◦ blue 1

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

Shades of Safety Orange #FE7201

Tints of Safety Orange #FE7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

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

R = 68.83%
G = 30.89%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE7201 (or 0xFE7201) is known color: Safety Orange. HEX triplet: FE, 72 and 01. RGB value is (254,114,1). Sum of RGB (Red+Green+Blue) = 254+114+1=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7201 is #018DFE. Grayscale: #8F8F8F. Windows color (decimal): -101887 or 94974. OLE color: 94974.

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

Color convert

RGB 254 114 1 -
CMYK 0 0.55 1.00 0.00
HSL 26.8º 0.99% 0.5% -
HSV(B) 26.8º 1% 1% -
XYZ 46.9 33.11 3.95 -
YUV 142.98 47.88 207.19 -
System Red Green Blue C M Y K H S L
Decimal 254 114 1 0 0.55 1.00 0.00 26.8 0.99 0.5
Hex FE 72 1 0 37 64 0 1B 63 32
Octal 376 162 1 0 67 144 0 33 143 62
Binary 11111110 1110010 1 0 110111 1100100 0 11011 1100011 110010

Color Harmonies of #FE7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7201

Black with #FE7201

Text Example


Text Example

White with #FE7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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