Html Css Color HEX #FE5C0C Safety Orange

📋 copy color: '#FE5C0C'

red 254 ◦ green 92 ◦ blue 12

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

Shades of Safety Orange #FE5C0C

Tints of Safety Orange #FE5C0C

RGB

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

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

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

R = 70.95%
G = 25.7%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE5C0C (or 0xFE5C0C) is known color: Safety Orange. HEX triplet: FE, 5C and 0C. RGB value is (254,92,12). Sum of RGB (Red+Green+Blue) = 254+92+12=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C0C is #01A3F3. Grayscale: #838383. Windows color (decimal): -107508 or 810238. OLE color: 810238.

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

Color convert

RGB 254 92 12 -
CMYK 0 0.64 0.95 0.00
HSL 19.83º 0.99% 0.52% -
HSV(B) 19.83º 0.95% 1% -
XYZ 44.77 28.75 3.54 -
YUV 131.32 60.67 215.5 -
System Red Green Blue C M Y K H S L
Decimal 254 92 12 0 0.64 0.95 0.00 19.83 0.99 0.52
Hex FE 5C C 0 40 5F 0 14 63 34
Octal 376 134 14 0 100 137 0 24 143 64
Binary 11111110 1011100 1100 0 1000000 1011111 0 10100 1100011 110100

Color Harmonies of #FE5C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C0C

Black with #FE5C0C

Text Example


Text Example

White with #FE5C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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