Html Css Color HEX #FE7104 Safety Orange

📋 copy color: '#FE7104'

red 254 ◦ green 113 ◦ blue 4

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

Shades of Safety Orange #FE7104

Tints of Safety Orange #FE7104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 68.46%
G = 30.46%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE7104 (or 0xFE7104) is known color: Safety Orange. HEX triplet: FE, 71 and 04. RGB value is (254,113,4). Sum of RGB (Red+Green+Blue) = 254+113+4=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7104 is #018EFB. Grayscale: #8F8F8F. Windows color (decimal): -102140 or 291326. OLE color: 291326.

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

Color convert

RGB 254 113 4 -
CMYK 0 0.56 0.98 0.00
HSL 26.16º 0.99% 0.51% -
HSV(B) 26.16º 0.98% 1% -
XYZ 46.8 32.89 4 -
YUV 142.73 49.71 207.36 -
System Red Green Blue C M Y K H S L
Decimal 254 113 4 0 0.56 0.98 0.00 26.16 0.99 0.51
Hex FE 71 4 0 38 62 0 1A 63 33
Octal 376 161 4 0 70 142 0 32 143 63
Binary 11111110 1110001 100 0 111000 1100010 0 11010 1100011 110011

Color Harmonies of #FE7104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7104

Black with #FE7104

Text Example


Text Example

White with #FE7104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7104; }

 p { color: rgb(254,113,4); }

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

background-color css

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

 a { background-color: rgb(254,113,4); }

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

border-color css

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

 span { border-color: rgb(254,113,4); }

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