Html Css Color HEX #FA7300 Safety Orange

📋 copy color: '#FA7300'

red 250 ◦ green 115 ◦ blue 0

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

Shades of Safety Orange #FA7300

Tints of Safety Orange #FA7300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.49%
G = 31.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA7300 (or 0xFA7300) is known color: Safety Orange. HEX triplet: FA, 73 and 00. RGB value is (250,115,0). Sum of RGB (Red+Green+Blue) = 250+115+0=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7300 is #058CFF. Grayscale: #8E8E8E. Windows color (decimal): -363776 or 29690. OLE color: 29690.

HSL color Cylindrical-coordinate representation of color #FA7300: hue angle of 27.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA7300 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 0 -
CMYK 0 0.54 1 0.02
HSL 27.6º 1% 0.49% -
HSV(B) 27.6º 1% 0.98% -
XYZ 45.56 32.59 3.89 -
YUV 142.26 47.73 204.85 -
System Red Green Blue C M Y K H S L
Decimal 250 115 0 0 0.54 1 0.02 27.6 1 0.49
Hex FA 73 0 0 36 64 2 1C 64 31
Octal 372 163 0 0 66 144 2 34 144 61
Binary 11111010 1110011 0 0 110110 1100100 10 11100 1100100 110001

Color Harmonies of #FA7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7300

Black with #FA7300

Text Example


Text Example

White with #FA7300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7300; }

 p { color: rgb(250,115,0); }

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

background-color css

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

 a { background-color: rgb(250,115,0); }

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

border-color css

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

 span { border-color: rgb(250,115,0); }

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