Html Css Color HEX #FE7405 Safety Orange

📋 copy color: '#FE7405'

red 254 ◦ green 116 ◦ blue 5

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

Shades of Safety Orange #FE7405

Tints of Safety Orange #FE7405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 67.73%
G = 30.93%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE7405 (or 0xFE7405) is known color: Safety Orange. HEX triplet: FE, 74 and 05. RGB value is (254,116,5). Sum of RGB (Red+Green+Blue) = 254+116+5=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7405 is #018BFA. Grayscale: #919191. Windows color (decimal): -101371 or 357630. OLE color: 357630.

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

Color convert

RGB 254 116 5 -
CMYK 0 0.54 0.98 0.00
HSL 26.75º 0.99% 0.51% -
HSV(B) 26.75º 0.98% 1% -
XYZ 47.15 33.57 4.14 -
YUV 144.61 49.22 206.03 -
System Red Green Blue C M Y K H S L
Decimal 254 116 5 0 0.54 0.98 0.00 26.75 0.99 0.51
Hex FE 74 5 0 36 62 0 1B 63 33
Octal 376 164 5 0 66 142 0 33 143 63
Binary 11111110 1110100 101 0 110110 1100010 0 11011 1100011 110011

Color Harmonies of #FE7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7405

Black with #FE7405

Text Example


Text Example

White with #FE7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7405; }

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

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

background-color css

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

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

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

border-color css

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

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

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