Html Css Color HEX #FE7400 Safety Orange

📋 copy color: '#FE7400'

red 254 ◦ green 116 ◦ blue 0

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

Shades of Safety Orange #FE7400

Tints of Safety Orange #FE7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 68.65%
G = 31.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE7400 (or 0xFE7400) is known color: Safety Orange. HEX triplet: FE, 74 and 00. RGB value is (254,116,0). Sum of RGB (Red+Green+Blue) = 254+116+0=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7400 is #018BFF. Grayscale: #909090. Windows color (decimal): -101376 or 29950. OLE color: 29950.

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

Color convert

RGB 254 116 0 -
CMYK 0 0.54 1 0.00
HSL 27.4º 1% 0.5% -
HSV(B) 27.4º 1% 1% -
XYZ 47.12 33.56 3.99 -
YUV 144.04 46.72 206.43 -
System Red Green Blue C M Y K H S L
Decimal 254 116 0 0 0.54 1 0.00 27.4 1 0.5
Hex FE 74 0 0 36 64 0 1B 64 32
Octal 376 164 0 0 66 144 0 33 144 62
Binary 11111110 1110100 0 0 110110 1100100 0 11011 1100100 110010

Color Harmonies of #FE7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7400

Black with #FE7400

Text Example


Text Example

White with #FE7400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7400; }

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

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

background-color css

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

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

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

border-color css

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

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

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