Html Css Color HEX #FA5607 International Orange

📋 copy color: '#FA5607'

red 250 ◦ green 86 ◦ blue 7

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

Shades of International Orange #FA5607

Tints of International Orange #FA5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

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

R = 72.89%
G = 25.07%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA5607 (or 0xFA5607) is known color: International Orange. HEX triplet: FA, 56 and 07. RGB value is (250,86,7). Sum of RGB (Red+Green+Blue) = 250+86+7=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5607 is #05A9F8. Grayscale: #7E7E7E. Windows color (decimal): -371193 or 481018. OLE color: 481018.

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

Color convert

RGB 250 86 7 -
CMYK 0 0.66 0.97 0.02
HSL 19.51º 0.96% 0.5% -
HSV(B) 19.51º 0.97% 0.98% -
XYZ 42.79 26.99 3.16 -
YUV 126.03 60.83 216.42 -
System Red Green Blue C M Y K H S L
Decimal 250 86 7 0 0.66 0.97 0.02 19.51 0.96 0.5
Hex FA 56 7 0 42 61 2 14 60 32
Octal 372 126 7 0 102 141 2 24 140 62
Binary 11111010 1010110 111 0 1000010 1100001 10 10100 1100000 110010

Color Harmonies of #FA5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5607

Black with #FA5607

Text Example


Text Example

White with #FA5607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5607; }

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

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

background-color css

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

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

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

border-color css

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

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

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