Html Css Color HEX #FE5C0F Safety Orange

📋 copy color: '#FE5C0F'

red 254 ◦ green 92 ◦ blue 15

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

Shades of Safety Orange #FE5C0F

Tints of Safety Orange #FE5C0F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 70.36%
G = 25.48%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE5C0F (or 0xFE5C0F) is known color: Safety Orange. HEX triplet: FE, 5C and 0F. RGB value is (254,92,15). Sum of RGB (Red+Green+Blue) = 254+92+15=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C0F is #01A3F0. Grayscale: #848484. Windows color (decimal): -107505 or 1006846. OLE color: 1006846.

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

Color convert

RGB 254 92 15 -
CMYK 0 0.64 0.94 0.00
HSL 19.33º 0.99% 0.53% -
HSV(B) 19.33º 0.94% 1% -
XYZ 44.79 28.76 3.64 -
YUV 131.66 62.17 215.26 -
System Red Green Blue C M Y K H S L
Decimal 254 92 15 0 0.64 0.94 0.00 19.33 0.99 0.53
Hex FE 5C F 0 40 5E 0 13 63 35
Octal 376 134 17 0 100 136 0 23 143 65
Binary 11111110 1011100 1111 0 1000000 1011110 0 10011 1100011 110101

Color Harmonies of #FE5C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C0F

Black with #FE5C0F

Text Example


Text Example

White with #FE5C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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