Html Css Color HEX #FA6113 Safety Orange

📋 copy color: '#FA6113'

red 250 ◦ green 97 ◦ blue 19

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

Shades of Safety Orange #FA6113

Tints of Safety Orange #FA6113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 68.31%
G = 26.5%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6113 (or 0xFA6113) is known color: Safety Orange. HEX triplet: FA, 61 and 13. RGB value is (250,97,19). Sum of RGB (Red+Green+Blue) = 250+97+19=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6113 is #059EEC. Grayscale: #868686. Windows color (decimal): -368365 or 1270266. OLE color: 1270266.

HSL color Cylindrical-coordinate representation of color #FA6113: hue angle of 20.26º 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 #FA6113 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 97 19 -
CMYK 0 0.61 0.92 0.02
HSL 20.26º 0.96% 0.53% -
HSV(B) 20.26º 0.92% 0.98% -
XYZ 43.82 28.92 3.89 -
YUV 133.86 63.19 210.84 -
System Red Green Blue C M Y K H S L
Decimal 250 97 19 0 0.61 0.92 0.02 20.26 0.96 0.53
Hex FA 61 13 0 3D 5C 2 14 60 35
Octal 372 141 23 0 75 134 2 24 140 65
Binary 11111010 1100001 10011 0 111101 1011100 10 10100 1100000 110101

Color Harmonies of #FA6113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6113

Black with #FA6113

Text Example


Text Example

White with #FA6113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6113; }

 p { color: rgb(250,97,19); }

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

background-color css

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

 a { background-color: rgb(250,97,19); }

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

border-color css

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

 span { border-color: rgb(250,97,19); }

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