Html Css Color HEX #FE5D04 Safety Orange

📋 copy color: '#FE5D04'

red 254 ◦ green 93 ◦ blue 4

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

Shades of Safety Orange #FE5D04

Tints of Safety Orange #FE5D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 72.36%
G = 26.5%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5D04 (or 0xFE5D04) is known color: Safety Orange. HEX triplet: FE, 5D and 04. RGB value is (254,93,4). Sum of RGB (Red+Green+Blue) = 254+93+4=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D04 is #01A2FB. Grayscale: #838383. Windows color (decimal): -107260 or 286206. OLE color: 286206.

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

Color convert

RGB 254 93 4 -
CMYK 0 0.63 0.98 0.00
HSL 21.36º 0.99% 0.51% -
HSV(B) 21.36º 0.98% 1% -
XYZ 44.81 28.91 3.33 -
YUV 130.99 56.34 215.74 -
System Red Green Blue C M Y K H S L
Decimal 254 93 4 0 0.63 0.98 0.00 21.36 0.99 0.51
Hex FE 5D 4 0 3F 62 0 15 63 33
Octal 376 135 4 0 77 142 0 25 143 63
Binary 11111110 1011101 100 0 111111 1100010 0 10101 1100011 110011

Color Harmonies of #FE5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D04

Black with #FE5D04

Text Example


Text Example

White with #FE5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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