Html Css Color HEX #FA7505 Safety Orange

📋 copy color: '#FA7505'

red 250 ◦ green 117 ◦ blue 5

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

Shades of Safety Orange #FA7505

Tints of Safety Orange #FA7505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

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

R = 67.2%
G = 31.45%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA7505 (or 0xFA7505) is known color: Safety Orange. HEX triplet: FA, 75 and 05. RGB value is (250,117,5). Sum of RGB (Red+Green+Blue) = 250+117+5=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7505 is #058AFA. Grayscale: #909090. Windows color (decimal): -363259 or 357882. OLE color: 357882.

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

Color convert

RGB 250 117 5 -
CMYK 0 0.53 0.98 0.02
HSL 27.43º 0.96% 0.5% -
HSV(B) 27.43º 0.98% 0.98% -
XYZ 45.81 33.06 4.11 -
YUV 144 49.56 203.61 -
System Red Green Blue C M Y K H S L
Decimal 250 117 5 0 0.53 0.98 0.02 27.43 0.96 0.5
Hex FA 75 5 0 35 62 2 1B 60 32
Octal 372 165 5 0 65 142 2 33 140 62
Binary 11111010 1110101 101 0 110101 1100010 10 11011 1100000 110010

Color Harmonies of #FA7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7505

Black with #FA7505

Text Example


Text Example

White with #FA7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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