Html Css Color HEX #FE5D0D Safety Orange

📋 copy color: '#FE5D0D'

red 254 ◦ green 93 ◦ blue 13

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

Shades of Safety Orange #FE5D0D

Tints of Safety Orange #FE5D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 70.56%
G = 25.83%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE5D0D (or 0xFE5D0D) is known color: Safety Orange. HEX triplet: FE, 5D and 0D. RGB value is (254,93,13). Sum of RGB (Red+Green+Blue) = 254+93+13=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D0D is #01A2F2. Grayscale: #848484. Windows color (decimal): -107251 or 876030. OLE color: 876030.

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

Color convert

RGB 254 93 13 -
CMYK 0 0.63 0.95 0.00
HSL 19.92º 0.99% 0.52% -
HSV(B) 19.92º 0.95% 1% -
XYZ 44.86 28.93 3.6 -
YUV 132.02 60.84 215 -
System Red Green Blue C M Y K H S L
Decimal 254 93 13 0 0.63 0.95 0.00 19.92 0.99 0.52
Hex FE 5D D 0 3F 5F 0 14 63 34
Octal 376 135 15 0 77 137 0 24 143 64
Binary 11111110 1011101 1101 0 111111 1011111 0 10100 1100011 110100

Color Harmonies of #FE5D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D0D

Black with #FE5D0D

Text Example


Text Example

White with #FE5D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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