Html Css Color HEX #FE7308 Safety Orange

📋 copy color: '#FE7308'

red 254 ◦ green 115 ◦ blue 8

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

Shades of Safety Orange #FE7308

Tints of Safety Orange #FE7308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 67.37%
G = 30.5%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE7308 (or 0xFE7308) is known color: Safety Orange. HEX triplet: FE, 73 and 08. RGB value is (254,115,8). Sum of RGB (Red+Green+Blue) = 254+115+8=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7308 is #018CF7. Grayscale: #909090. Windows color (decimal): -101624 or 553982. OLE color: 553982.

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

Color convert

RGB 254 115 8 -
CMYK 0 0.55 0.97 0.00
HSL 26.1º 0.99% 0.51% -
HSV(B) 26.1º 0.97% 1% -
XYZ 47.05 33.35 4.19 -
YUV 144.36 51.05 206.2 -
System Red Green Blue C M Y K H S L
Decimal 254 115 8 0 0.55 0.97 0.00 26.1 0.99 0.51
Hex FE 73 8 0 37 61 0 1A 63 33
Octal 376 163 10 0 67 141 0 32 143 63
Binary 11111110 1110011 1000 0 110111 1100001 0 11010 1100011 110011

Color Harmonies of #FE7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7308

Black with #FE7308

Text Example


Text Example

White with #FE7308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7308; }

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

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

background-color css

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

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

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

border-color css

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

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

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