Html Css Color HEX #FE5F0F Safety Orange

📋 copy color: '#FE5F0F'

red 254 ◦ green 95 ◦ blue 15

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

Shades of Safety Orange #FE5F0F

Tints of Safety Orange #FE5F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.1%

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 69.78%
G = 26.1%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE5F0F (or 0xFE5F0F) is known color: Safety Orange. HEX triplet: FE, 5F and 0F. RGB value is (254,95,15). Sum of RGB (Red+Green+Blue) = 254+95+15=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F0F is #01A0F0. Grayscale: #858585. Windows color (decimal): -106737 or 1007614. OLE color: 1007614.

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

Color convert

RGB 254 95 15 -
CMYK 0 0.63 0.94 0.00
HSL 20.08º 0.99% 0.53% -
HSV(B) 20.08º 0.94% 1% -
XYZ 45.05 29.29 3.73 -
YUV 133.42 61.18 214 -
System Red Green Blue C M Y K H S L
Decimal 254 95 15 0 0.63 0.94 0.00 20.08 0.99 0.53
Hex FE 5F F 0 3F 5E 0 14 63 35
Octal 376 137 17 0 77 136 0 24 143 65
Binary 11111110 1011111 1111 0 111111 1011110 0 10100 1100011 110101

Color Harmonies of #FE5F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F0F

Black with #FE5F0F

Text Example


Text Example

White with #FE5F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F0F; }

 p { color: rgb(254,95,15); }

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

background-color css

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

 a { background-color: rgb(254,95,15); }

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

border-color css

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

 span { border-color: rgb(254,95,15); }

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