Html Css Color HEX #FE7107 Safety Orange

📋 copy color: '#FE7107'

red 254 ◦ green 113 ◦ blue 7

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

Shades of Safety Orange #FE7107

Tints of Safety Orange #FE7107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 67.91%
G = 30.21%
B = 1.87%

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

#FE7107 (or 0xFE7107) is known color: Safety Orange. HEX triplet: FE, 71 and 07. RGB value is (254,113,7). Sum of RGB (Red+Green+Blue) = 254+113+7=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7107 is #018EF8. Grayscale: #8F8F8F. Windows color (decimal): -102137 or 487934. OLE color: 487934.

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

Color convert

RGB 254 113 7 -
CMYK 0 0.56 0.97 0.00
HSL 25.75º 0.99% 0.51% -
HSV(B) 25.75º 0.97% 1% -
XYZ 46.82 32.9 4.08 -
YUV 143.08 51.21 207.12 -
System Red Green Blue C M Y K H S L
Decimal 254 113 7 0 0.56 0.97 0.00 25.75 0.99 0.51
Hex FE 71 7 0 38 61 0 1A 63 33
Octal 376 161 7 0 70 141 0 32 143 63
Binary 11111110 1110001 111 0 111000 1100001 0 11010 1100011 110011

Color Harmonies of #FE7107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7107

Black with #FE7107

Text Example


Text Example

White with #FE7107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7107; }

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

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

background-color css

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

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

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

border-color css

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

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

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