Html Css Color HEX #FA6507 Safety Orange

📋 copy color: '#FA6507'

red 250 ◦ green 101 ◦ blue 7

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

Shades of Safety Orange #FA6507

Tints of Safety Orange #FA6507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 69.83%
G = 28.21%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA6507 (or 0xFA6507) is known color: Safety Orange. HEX triplet: FA, 65 and 07. RGB value is (250,101,7). Sum of RGB (Red+Green+Blue) = 250+101+7=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6507 is #059AF8. Grayscale: #878787. Windows color (decimal): -367353 or 484858. OLE color: 484858.

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

Color convert

RGB 250 101 7 -
CMYK 0 0.60 0.97 0.02
HSL 23.21º 0.96% 0.5% -
HSV(B) 23.21º 0.97% 0.98% -
XYZ 44.12 29.65 3.6 -
YUV 134.84 55.86 210.14 -
System Red Green Blue C M Y K H S L
Decimal 250 101 7 0 0.60 0.97 0.02 23.21 0.96 0.5
Hex FA 65 7 0 3C 61 2 17 60 32
Octal 372 145 7 0 74 141 2 27 140 62
Binary 11111010 1100101 111 0 111100 1100001 10 10111 1100000 110010

Color Harmonies of #FA6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6507

Black with #FA6507

Text Example


Text Example

White with #FA6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6507; }

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

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

background-color css

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

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

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

border-color css

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

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

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