Html Css Color HEX #FA5D15 Safety Orange

📋 copy color: '#FA5D15'

red 250 ◦ green 93 ◦ blue 21

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

Shades of Safety Orange #FA5D15

Tints of Safety Orange #FA5D15

RGB

 RED value IS 250 (98.05% from 255) = 68.68%

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 68.68%
G = 25.55%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA5D15 (or 0xFA5D15) is known color: Safety Orange. HEX triplet: FA, 5D and 15. RGB value is (250,93,21). Sum of RGB (Red+Green+Blue) = 250+93+21=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D15 is #05A2EA. Grayscale: #848484. Windows color (decimal): -369387 or 1400314. OLE color: 1400314.

HSL color Cylindrical-coordinate representation of color #FA5D15: hue angle of 18.86º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA5D15 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 93 21 -
CMYK 0 0.63 0.92 0.02
HSL 18.86º 0.96% 0.53% -
HSV(B) 18.86º 0.92% 0.98% -
XYZ 43.47 28.21 3.86 -
YUV 131.74 65.51 212.35 -
System Red Green Blue C M Y K H S L
Decimal 250 93 21 0 0.63 0.92 0.02 18.86 0.96 0.53
Hex FA 5D 15 0 3F 5C 2 13 60 35
Octal 372 135 25 0 77 134 2 23 140 65
Binary 11111010 1011101 10101 0 111111 1011100 10 10011 1100000 110101

Color Harmonies of #FA5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D15

Black with #FA5D15

Text Example


Text Example

White with #FA5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D15; }

 p { color: rgb(250,93,21); }

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

background-color css

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

 a { background-color: rgb(250,93,21); }

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

border-color css

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

 span { border-color: rgb(250,93,21); }

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