Html Css Color HEX #FE5D0F Safety Orange

📋 copy color: '#FE5D0F'

red 254 ◦ green 93 ◦ blue 15

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

Shades of Safety Orange #FE5D0F

Tints of Safety Orange #FE5D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

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

R = 70.17%
G = 25.69%
B = 4.14%

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

#FE5D0F (or 0xFE5D0F) is known color: Safety Orange. HEX triplet: FE, 5D and 0F. RGB value is (254,93,15). Sum of RGB (Red+Green+Blue) = 254+93+15=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D0F is #01A2F0. Grayscale: #848484. Windows color (decimal): -107249 or 1007102. OLE color: 1007102.

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

Color convert

RGB 254 93 15 -
CMYK 0 0.63 0.94 0.00
HSL 19.58º 0.99% 0.53% -
HSV(B) 19.58º 0.94% 1% -
XYZ 44.87 28.93 3.67 -
YUV 132.25 61.84 214.84 -
System Red Green Blue C M Y K H S L
Decimal 254 93 15 0 0.63 0.94 0.00 19.58 0.99 0.53
Hex FE 5D F 0 3F 5E 0 14 63 35
Octal 376 135 17 0 77 136 0 24 143 65
Binary 11111110 1011101 1111 0 111111 1011110 0 10100 1100011 110101

Color Harmonies of #FE5D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D0F

Black with #FE5D0F

Text Example


Text Example

White with #FE5D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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