Html Css Color HEX #FA7100 Safety Orange

📋 copy color: '#FA7100'

red 250 ◦ green 113 ◦ blue 0

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

Shades of Safety Orange #FA7100

Tints of Safety Orange #FA7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 68.87%
G = 31.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA7100 (or 0xFA7100) is known color: Safety Orange. HEX triplet: FA, 71 and 00. RGB value is (250,113,0). Sum of RGB (Red+Green+Blue) = 250+113+0=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7100 is #058EFF. Grayscale: #8D8D8D. Windows color (decimal): -364288 or 29178. OLE color: 29178.

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

Color convert

RGB 250 113 0 -
CMYK 0 0.55 1 0.02
HSL 27.12º 1% 0.49% -
HSV(B) 27.12º 1% 0.98% -
XYZ 45.33 32.13 3.81 -
YUV 141.08 48.39 205.69 -
System Red Green Blue C M Y K H S L
Decimal 250 113 0 0 0.55 1 0.02 27.12 1 0.49
Hex FA 71 0 0 37 64 2 1B 64 31
Octal 372 161 0 0 67 144 2 33 144 61
Binary 11111010 1110001 0 0 110111 1100100 10 11011 1100100 110001

Color Harmonies of #FA7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7100

Black with #FA7100

Text Example


Text Example

White with #FA7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7100; }

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

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

background-color css

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

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

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

border-color css

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

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

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