Html Css Color HEX #FE5D0C Safety Orange

📋 copy color: '#FE5D0C'

red 254 ◦ green 93 ◦ blue 12

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

Shades of Safety Orange #FE5D0C

Tints of Safety Orange #FE5D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 70.75%
G = 25.91%
B = 3.34%

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

#FE5D0C (or 0xFE5D0C) is known color: Safety Orange. HEX triplet: FE, 5D and 0C. RGB value is (254,93,12). Sum of RGB (Red+Green+Blue) = 254+93+12=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D0C is #01A2F3. Grayscale: #848484. Windows color (decimal): -107252 or 810494. OLE color: 810494.

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

Color convert

RGB 254 93 12 -
CMYK 0 0.63 0.95 0.00
HSL 20.08º 0.99% 0.52% -
HSV(B) 20.08º 0.95% 1% -
XYZ 44.85 28.93 3.57 -
YUV 131.91 60.34 215.09 -
System Red Green Blue C M Y K H S L
Decimal 254 93 12 0 0.63 0.95 0.00 20.08 0.99 0.52
Hex FE 5D C 0 3F 5F 0 14 63 34
Octal 376 135 14 0 77 137 0 24 143 64
Binary 11111110 1011101 1100 0 111111 1011111 0 10100 1100011 110100

Color Harmonies of #FE5D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D0C

Black with #FE5D0C

Text Example


Text Example

White with #FE5D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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