Html Css Color HEX #FE7108 Safety Orange

📋 copy color: '#FE7108'

red 254 ◦ green 113 ◦ blue 8

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

Shades of Safety Orange #FE7108

Tints of Safety Orange #FE7108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 67.73%
G = 30.13%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE7108 (or 0xFE7108) is known color: Safety Orange. HEX triplet: FE, 71 and 08. RGB value is (254,113,8). Sum of RGB (Red+Green+Blue) = 254+113+8=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7108 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7108 is #018EF7. Grayscale: #8F8F8F. Windows color (decimal): -102136 or 553470. OLE color: 553470.

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

Color convert

RGB 254 113 8 -
CMYK 0 0.56 0.97 0.00
HSL 25.61º 0.99% 0.51% -
HSV(B) 25.61º 0.97% 1% -
XYZ 46.82 32.9 4.11 -
YUV 143.19 51.71 207.04 -
System Red Green Blue C M Y K H S L
Decimal 254 113 8 0 0.56 0.97 0.00 25.61 0.99 0.51
Hex FE 71 8 0 38 61 0 1A 63 33
Octal 376 161 10 0 70 141 0 32 143 63
Binary 11111110 1110001 1000 0 111000 1100001 0 11010 1100011 110011

Color Harmonies of #FE7108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7108

Black with #FE7108

Text Example


Text Example

White with #FE7108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7108; }

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

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

background-color css

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

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

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

border-color css

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

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

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