Html Css Color HEX #FE7000 Safety Orange

📋 copy color: '#FE7000'

red 254 ◦ green 112 ◦ blue 0

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

Shades of Safety Orange #FE7000

Tints of Safety Orange #FE7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.4%
G = 30.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE7000 (or 0xFE7000) is known color: Safety Orange. HEX triplet: FE, 70 and 00. RGB value is (254,112,0). Sum of RGB (Red+Green+Blue) = 254+112+0=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7000 is #018FFF. Grayscale: #8E8E8E. Windows color (decimal): -102400 or 28926. OLE color: 28926.

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

Color convert

RGB 254 112 0 -
CMYK 0 0.56 1 0.00
HSL 26.46º 1% 0.5% -
HSV(B) 26.46º 1% 1% -
XYZ 46.67 32.66 3.84 -
YUV 141.69 48.04 208.11 -
System Red Green Blue C M Y K H S L
Decimal 254 112 0 0 0.56 1 0.00 26.46 1 0.5
Hex FE 70 0 0 38 64 0 1A 64 32
Octal 376 160 0 0 70 144 0 32 144 62
Binary 11111110 1110000 0 0 111000 1100100 0 11010 1100100 110010

Color Harmonies of #FE7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7000

Black with #FE7000

Text Example


Text Example

White with #FE7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7000; }

 p { color: rgb(254,112,0); }

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

background-color css

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

 a { background-color: rgb(254,112,0); }

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

border-color css

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

 span { border-color: rgb(254,112,0); }

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