Html Css Color HEX #FA7305 Safety Orange

📋 copy color: '#FA7305'

red 250 ◦ green 115 ◦ blue 5

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

Shades of Safety Orange #FA7305

Tints of Safety Orange #FA7305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 67.57%
G = 31.08%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA7305 (or 0xFA7305) is known color: Safety Orange. HEX triplet: FA, 73 and 05. RGB value is (250,115,5). Sum of RGB (Red+Green+Blue) = 250+115+5=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7305 is #058CFA. Grayscale: #8F8F8F. Windows color (decimal): -363771 or 357370. OLE color: 357370.

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

Color convert

RGB 250 115 5 -
CMYK 0 0.54 0.98 0.02
HSL 26.94º 0.96% 0.5% -
HSV(B) 26.94º 0.98% 0.98% -
XYZ 45.58 32.6 4.03 -
YUV 142.83 50.23 204.44 -
System Red Green Blue C M Y K H S L
Decimal 250 115 5 0 0.54 0.98 0.02 26.94 0.96 0.5
Hex FA 73 5 0 36 62 2 1B 60 32
Octal 372 163 5 0 66 142 2 33 140 62
Binary 11111010 1110011 101 0 110110 1100010 10 11011 1100000 110010

Color Harmonies of #FA7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7305

Black with #FA7305

Text Example


Text Example

White with #FA7305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7305; }

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

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

background-color css

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

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

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

border-color css

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

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

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