Html Css Color HEX #FA6505 Safety Orange

📋 copy color: '#FA6505'

red 250 ◦ green 101 ◦ blue 5

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

Shades of Safety Orange #FA6505

Tints of Safety Orange #FA6505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

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

R = 70.22%
G = 28.37%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA6505 (or 0xFA6505) is known color: Safety Orange. HEX triplet: FA, 65 and 05. RGB value is (250,101,5). Sum of RGB (Red+Green+Blue) = 250+101+5=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6505 is #059AFA. Grayscale: #878787. Windows color (decimal): -367355 or 353786. OLE color: 353786.

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

Color convert

RGB 250 101 5 -
CMYK 0 0.60 0.98 0.02
HSL 23.51º 0.96% 0.5% -
HSV(B) 23.51º 0.98% 0.98% -
XYZ 44.11 29.64 3.54 -
YUV 134.61 54.86 210.31 -
System Red Green Blue C M Y K H S L
Decimal 250 101 5 0 0.60 0.98 0.02 23.51 0.96 0.5
Hex FA 65 5 0 3C 62 2 18 60 32
Octal 372 145 5 0 74 142 2 30 140 62
Binary 11111010 1100101 101 0 111100 1100010 10 11000 1100000 110010

Color Harmonies of #FA6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6505

Black with #FA6505

Text Example


Text Example

White with #FA6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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